Html Css Color HEX #EE42BC Razzle Dazzle Rose

📋 copy color: '#EE42BC'

red 238 ◦ green 66 ◦ blue 188

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

Shades of Razzle Dazzle Rose #EE42BC

Tints of Razzle Dazzle Rose #EE42BC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.41%

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

R = 48.37%
G = 13.41%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE42BC (or 0xEE42BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 42 and BC. RGB value is (238,66,188). Sum of RGB (Red+Green+Blue) = 238+66+188=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42BC is #11BD43. Grayscale: #838383. Windows color (decimal): -1162564 or 12337902. OLE color: 12337902.

HSL color Cylindrical-coordinate representation of color #EE42BC: hue angle of 317.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42BC is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 188 -
CMYK 0 0.72 0.21 0.07
HSL 317.44º 0.83% 0.6% -
HSV(B) 317.44º 0.72% 0.93% -
XYZ 46.29 25.7 50.1 -
YUV 131.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 238 66 188 0 0.72 0.21 0.07 317.44 0.83 0.6
Hex EE 42 BC 0 48 15 7 13D 53 3C
Octal 356 102 274 0 110 25 7 475 123 74
Binary 11101110 1000010 10111100 0 1001000 10101 111 100111101 1010011 111100

Color Harmonies of #EE42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42BC

Black with #EE42BC

Text Example


Text Example

White with #EE42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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