#EE2EEF

Color #EE2EEF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EE2EEF

Tints of Razzle Dazzle Rose #EE2EEF

Color information

#EE2EEF (or 0xEE2EEF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 2E and EF. RGB value is (238,46,239). Sum of RGB (Red+Green+Blue) = 238+46+239=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE2EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EEF is #11D110. Grayscale: #7C7C7C. Windows color (decimal): -1167633 or 15675118. OLE color: 15675118.

HSL color Cylindrical-coordinate representation of color #EE2EEF: hue angle of 299.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2EEF is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23846239-
CMYK0.000.8100.06
HSL299.69º85.78%55.88%-
HSV(B)299.69º80.75%93.73%-
XYZ51.8226.3684.02-
YUV125.41192.11208.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 46 (18.36% from 255) = 8.80%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=45.51%
G=8.80%
B=45.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238462390.000.8100.06299.6985.7855.88
HexEE2EEF0510612c5638
Octal3565635701210645412670
Binary11101110101110111011110101000101101001011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2EEF; }

 p { color: rgb(238,46,239); }

 H1.HeaderClassName
 {
   color: #EE2EEF;
 }
 .AnyTagClassName
 {
   color: #EE2EEF;
 }
</style>
background-color css

<style>
 a { background-color: #EE2EEF; }

 a { background-color: rgb(238,46,239); }

 div.DivClassName
 {
   background-color: #EE2EEF;
 }
 .BgClassName
 {
   background-color: #EE2EEF;
 }
</style>
border-color css

<style>
 span { border-color: #EE2EEF; }

 span { border-color: rgb(238,46,239); }

 td.TdClassName
 {
   border-color: #EE2EEF;
 }
 .TagClassName
 {
   border-color: #EE2EEF;
 }
</style>