Html Css Color HEX #EE45C9 Razzle Dazzle Rose

📋 copy color: '#EE45C9'

red 238 ◦ green 69 ◦ blue 201

#EE45C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EE45C9

Tints of Razzle Dazzle Rose #EE45C9

RGB

 RED value IS 238 (93.36% from 255) = 46.85%

 GREEN value IS 69 (27.34% from 255) = 13.58%

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 46.85%
G = 13.58%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE45C9 (or 0xEE45C9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 45 and C9. RGB value is (238,69,201). Sum of RGB (Red+Green+Blue) = 238+69+201=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE45C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE45C9 is #11BA36. Grayscale: #868686. Windows color (decimal): -1161783 or 13190638. OLE color: 13190638.

HSL color Cylindrical-coordinate representation of color #EE45C9: hue angle of 313.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE45C9 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 201 -
CMYK 0 0.71 0.16 0.07
HSL 313.14º 0.83% 0.6% -
HSV(B) 313.14º 0.71% 0.93% -
XYZ 47.93 26.65 57.88 -
YUV 134.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 238 69 201 0 0.71 0.16 0.07 313.14 0.83 0.6
Hex EE 45 C9 0 47 10 7 139 53 3C
Octal 356 105 311 0 107 20 7 471 123 74
Binary 11101110 1000101 11001001 0 1000111 10000 111 100111001 1010011 111100

Color Harmonies of #EE45C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE45C9

Black with #EE45C9

Text Example


Text Example

White with #EE45C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE45C9; }

 p { color: rgb(238,69,201); }

 H1.HeaderClassName
 {
   color: #EE45C9;
 }
 .AnyTagClassName
 {
   color: #EE45C9;
 }
</style>

background-color css

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

 a { background-color: rgb(238,69,201); }

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

border-color css

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

 span { border-color: rgb(238,69,201); }

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