Html Css Color HEX #EE2FCD Razzle Dazzle Rose

📋 copy color: '#EE2FCD'

red 238 ◦ green 47 ◦ blue 205

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

Shades of Razzle Dazzle Rose #EE2FCD

Tints of Razzle Dazzle Rose #EE2FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 48.57%
G = 9.59%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE2FCD (or 0xEE2FCD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and CD. RGB value is (238,47,205). Sum of RGB (Red+Green+Blue) = 238+47+205=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FCD is #11D032. Grayscale: #797979. Windows color (decimal): -1167411 or 13447150. OLE color: 13447150.

HSL color Cylindrical-coordinate representation of color #EE2FCD: hue angle of 310.37º 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 #EE2FCD is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 205 -
CMYK 0 0.80 0.14 0.07
HSL 310.37º 0.85% 0.56% -
HSV(B) 310.37º 0.8% 0.93% -
XYZ 47.3 24.62 60.02 -
YUV 122.12 174.78 210.65 -
System Red Green Blue C M Y K H S L
Decimal 238 47 205 0 0.80 0.14 0.07 310.37 0.85 0.56
Hex EE 2F CD 0 50 E 7 136 55 38
Octal 356 57 315 0 120 16 7 466 125 70
Binary 11101110 101111 11001101 0 1010000 1110 111 100110110 1010101 111000

Color Harmonies of #EE2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FCD

Black with #EE2FCD

Text Example


Text Example

White with #EE2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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