Html Css Color HEX #EE34CB Razzle Dazzle Rose

📋 copy color: '#EE34CB'

red 238 ◦ green 52 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EE34CB

Tints of Razzle Dazzle Rose #EE34CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.55%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 48.28%
G = 10.55%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE34CB (or 0xEE34CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and CB. RGB value is (238,52,203). Sum of RGB (Red+Green+Blue) = 238+52+203=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34CB is #11CB34. Grayscale: #7C7C7C. Windows color (decimal): -1166133 or 13317358. OLE color: 13317358.

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

Color convert

RGB 238 52 203 -
CMYK 0 0.78 0.15 0.07
HSL 311.29º 0.85% 0.57% -
HSV(B) 311.29º 0.78% 0.93% -
XYZ 47.27 24.94 58.82 -
YUV 124.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 238 52 203 0 0.78 0.15 0.07 311.29 0.85 0.57
Hex EE 34 CB 0 4E F 7 137 55 39
Octal 356 64 313 0 116 17 7 467 125 71
Binary 11101110 110100 11001011 0 1001110 1111 111 100110111 1010101 111001

Color Harmonies of #EE34CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34CB

Black with #EE34CB

Text Example


Text Example

White with #EE34CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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