Html Css Color HEX #EE31CF Razzle Dazzle Rose

📋 copy color: '#EE31CF'

red 238 ◦ green 49 ◦ blue 207

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

Shades of Razzle Dazzle Rose #EE31CF

Tints of Razzle Dazzle Rose #EE31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.92%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 48.18%
G = 9.92%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE31CF (or 0xEE31CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 31 and CF. RGB value is (238,49,207). Sum of RGB (Red+Green+Blue) = 238+49+207=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE31CF is #11CE30. Grayscale: #7B7B7B. Windows color (decimal): -1166897 or 13578734. OLE color: 13578734.

HSL color Cylindrical-coordinate representation of color #EE31CF: hue angle of 309.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31CF is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 207 -
CMYK 0 0.79 0.13 0.07
HSL 309.84º 0.85% 0.56% -
HSV(B) 309.84º 0.79% 0.93% -
XYZ 47.62 24.88 61.32 -
YUV 123.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 238 49 207 0 0.79 0.13 0.07 309.84 0.85 0.56
Hex EE 31 CF 0 4F D 7 136 55 38
Octal 356 61 317 0 117 15 7 466 125 70
Binary 11101110 110001 11001111 0 1001111 1101 111 100110110 1010101 111000

Color Harmonies of #EE31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31CF

Black with #EE31CF

Text Example


Text Example

White with #EE31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31CF; }

 p { color: rgb(238,49,207); }

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

background-color css

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

 a { background-color: rgb(238,49,207); }

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

border-color css

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

 span { border-color: rgb(238,49,207); }

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