Html Css Color HEX #EE34BC Razzle Dazzle Rose

📋 copy color: '#EE34BC'

red 238 ◦ green 52 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EE34BC

Tints of Razzle Dazzle Rose #EE34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 49.79%
G = 10.88%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE34BC (or 0xEE34BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and BC. RGB value is (238,52,188). Sum of RGB (Red+Green+Blue) = 238+52+188=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34BC is #11CB43. Grayscale: #7A7A7A. Windows color (decimal): -1166148 or 12334318. OLE color: 12334318.

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

Color convert

RGB 238 52 188 -
CMYK 0 0.78 0.21 0.07
HSL 316.13º 0.85% 0.57% -
HSV(B) 316.13º 0.78% 0.93% -
XYZ 45.56 24.26 49.86 -
YUV 123.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 238 52 188 0 0.78 0.21 0.07 316.13 0.85 0.57
Hex EE 34 BC 0 4E 15 7 13C 55 39
Octal 356 64 274 0 116 25 7 474 125 71
Binary 11101110 110100 10111100 0 1001110 10101 111 100111100 1010101 111001

Color Harmonies of #EE34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34BC

Black with #EE34BC

Text Example


Text Example

White with #EE34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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