Html Css Color HEX #EE0060 Razzmatazz

📋 copy color: '#EE0060'

red 238 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #EE0060

Tints of Razzmatazz #EE0060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.26%
G = 0%
B = 28.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE0060 (or 0xEE0060) is known color: Razzmatazz. HEX triplet: EE, 00 and 60. RGB value is (238,0,96). Sum of RGB (Red+Green+Blue) = 238+0+96=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0060 is #11FF9F. Grayscale: #515151. Windows color (decimal): -1179552 or 6291694. OLE color: 6291694.

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

Color convert

RGB 238 0 96 -
CMYK 0 1 0.60 0.07
HSL 335.8º 1% 0.47% -
HSV(B) 335.8º 1% 0.93% -
XYZ 37.37 19.02 12.77 -
YUV 82.11 135.85 239.19 -
System Red Green Blue C M Y K H S L
Decimal 238 0 96 0 1 0.60 0.07 335.8 1 0.47
Hex EE 0 60 0 64 3C 7 150 64 2F
Octal 356 0 140 0 144 74 7 520 144 57
Binary 11101110 0 1100000 0 1100100 111100 111 101010000 1100100 101111

Color Harmonies of #EE0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0060

Black with #EE0060

Text Example


Text Example

White with #EE0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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