Html Css Color HEX #EE0570 Razzmatazz

📋 copy color: '#EE0570'

red 238 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #EE0570

Tints of Razzmatazz #EE0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 67.04%
G = 1.41%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE0570 (or 0xEE0570) is known color: Razzmatazz. HEX triplet: EE, 05 and 70. RGB value is (238,5,112). Sum of RGB (Red+Green+Blue) = 238+5+112=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0570 is #11FA8F. Grayscale: #565656. Windows color (decimal): -1178256 or 7341550. OLE color: 7341550.

HSL color Cylindrical-coordinate representation of color #EE0570: hue angle of 332.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0570 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 112 -
CMYK 0 0.98 0.53 0.07
HSL 332.45º 0.96% 0.48% -
HSV(B) 332.45º 0.98% 0.93% -
XYZ 38.24 19.46 17.07 -
YUV 86.87 142.19 235.8 -
System Red Green Blue C M Y K H S L
Decimal 238 5 112 0 0.98 0.53 0.07 332.45 0.96 0.48
Hex EE 5 70 0 62 35 7 14C 60 30
Octal 356 5 160 0 142 65 7 514 140 60
Binary 11101110 101 1110000 0 1100010 110101 111 101001100 1100000 110000

Color Harmonies of #EE0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0570

Black with #EE0570

Text Example


Text Example

White with #EE0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0570; }

 p { color: rgb(238,5,112); }

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

background-color css

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

 a { background-color: rgb(238,5,112); }

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

border-color css

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

 span { border-color: rgb(238,5,112); }

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