Html Css Color HEX #EE2FC8 Razzle Dazzle Rose

📋 copy color: '#EE2FC8'

red 238 ◦ green 47 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EE2FC8

Tints of Razzle Dazzle Rose #EE2FC8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.69%

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 49.07%
G = 9.69%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE2FC8 (or 0xEE2FC8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and C8. RGB value is (238,47,200). Sum of RGB (Red+Green+Blue) = 238+47+200=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FC8 is #11D037. Grayscale: #797979. Windows color (decimal): -1167416 or 13119470. OLE color: 13119470.

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

Color convert

RGB 238 47 200 -
CMYK 0 0.80 0.16 0.07
HSL 311.94º 0.85% 0.56% -
HSV(B) 311.94º 0.8% 0.93% -
XYZ 46.7 24.38 56.89 -
YUV 121.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 238 47 200 0 0.80 0.16 0.07 311.94 0.85 0.56
Hex EE 2F C8 0 50 10 7 138 55 38
Octal 356 57 310 0 120 20 7 470 125 70
Binary 11101110 101111 11001000 0 1010000 10000 111 100111000 1010101 111000

Color Harmonies of #EE2FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FC8

Black with #EE2FC8

Text Example


Text Example

White with #EE2FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FC8; }

 p { color: rgb(238,47,200); }

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

background-color css

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

 a { background-color: rgb(238,47,200); }

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

border-color css

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

 span { border-color: rgb(238,47,200); }

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