#EE34F5

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

Shades of Razzle Dazzle Rose #EE34F5

Tints of Razzle Dazzle Rose #EE34F5

Color information

#EE34F5 (or 0xEE34F5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 34 and F5. RGB value is (238,52,245). Sum of RGB (Red+Green+Blue) = 238+52+245=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 52 (20.70% from 255 or 9.72% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE34F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34F5 is #11CB0A. Grayscale: #818181. Windows color (decimal): -1166091 or 16069870. OLE color: 16069870.

HSL color Cylindrical-coordinate representation of color #EE34F5: hue angle of 297.82º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE34F5 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23852245-
CMYK0.030.7900.04
HSL297.82º90.61%58.24%-
HSV(B)297.82º78.78%96.08%-
XYZ52.9727.2388.85-
YUV129.62193.12205.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.49%
GREEN value IS 52 (20.70% from 255) = 9.72%
BLUE value IS 245 (96.09% from 255) = 45.79%
R=44.49%
G=9.72%
B=45.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal238522450.030.7900.04297.8290.6158.24
HexEE34F534F0412a5b3a
Octal3566436531170445213372
Binary111011101101001111010111100111101001001010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE34F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE34F5; }

 p { color: rgb(238,52,245); }

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

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

 a { background-color: rgb(238,52,245); }

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

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

 span { border-color: rgb(238,52,245); }

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