Html Css Color HEX #EE0C60 Razzmatazz

📋 copy color: '#EE0C60'

red 238 ◦ green 12 ◦ blue 96

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

Shades of Razzmatazz #EE0C60

Tints of Razzmatazz #EE0C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 68.79%
G = 3.47%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE0C60 (or 0xEE0C60) is known color: Razzmatazz. HEX triplet: EE, 0C and 60. RGB value is (238,12,96). Sum of RGB (Red+Green+Blue) = 238+12+96=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C60 is #11F39F. Grayscale: #595959. Windows color (decimal): -1176480 or 6294766. OLE color: 6294766.

HSL color Cylindrical-coordinate representation of color #EE0C60: hue angle of 337.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C60 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 96 -
CMYK 0 0.95 0.60 0.07
HSL 337.7º 0.9% 0.49% -
HSV(B) 337.7º 0.95% 0.93% -
XYZ 37.5 19.28 12.81 -
YUV 89.15 131.87 234.17 -
System Red Green Blue C M Y K H S L
Decimal 238 12 96 0 0.95 0.60 0.07 337.7 0.9 0.49
Hex EE C 60 0 5F 3C 7 152 5A 31
Octal 356 14 140 0 137 74 7 522 132 61
Binary 11101110 1100 1100000 0 1011111 111100 111 101010010 1011010 110001

Color Harmonies of #EE0C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C60

Black with #EE0C60

Text Example


Text Example

White with #EE0C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C60; }

 p { color: rgb(238,12,96); }

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

background-color css

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

 a { background-color: rgb(238,12,96); }

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

border-color css

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

 span { border-color: rgb(238,12,96); }

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