#EE35F3

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

Shades of Razzle Dazzle Rose #EE35F3

Tints of Razzle Dazzle Rose #EE35F3

Color information

#EE35F3 (or 0xEE35F3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 35 and F3. RGB value is (238,53,243). Sum of RGB (Red+Green+Blue) = 238+53+243=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 53 (21.09% from 255 or 9.93% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE35F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE35F3 is #11CA0C. Grayscale: #818181. Windows color (decimal): -1165837 or 15939054. OLE color: 15939054.

HSL color Cylindrical-coordinate representation of color #EE35F3: hue angle of 298.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE35F3 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23853243-
CMYK0.020.7800.05
HSL298.42º88.79%58.04%-
HSV(B)298.42º78.19%95.29%-
XYZ52.7127.1987.26-
YUV129.98191.79205.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.57%
GREEN value IS 53 (21.09% from 255) = 9.93%
BLUE value IS 243 (95.31% from 255) = 45.51%
R=44.57%
G=9.93%
B=45.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238532430.020.7800.05298.4288.7958.04
HexEE35F324E0512a593a
Octal3566536321160545213172
Binary111011101101011111001110100111001011001010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE35F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE35F3; }

 p { color: rgb(238,53,243); }

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

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

 a { background-color: rgb(238,53,243); }

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

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

 span { border-color: rgb(238,53,243); }

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