Html Css Color HEX #EE0160 Razzmatazz

📋 copy color: '#EE0160'

red 238 ◦ green 1 ◦ blue 96

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

Shades of Razzmatazz #EE0160

Tints of Razzmatazz #EE0160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 71.04%
G = 0.3%
B = 28.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE0160 (or 0xEE0160) is known color: Razzmatazz. HEX triplet: EE, 01 and 60. RGB value is (238,1,96). Sum of RGB (Red+Green+Blue) = 238+1+96=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0160 is #11FE9F. Grayscale: #525252. Windows color (decimal): -1179296 or 6291950. OLE color: 6291950.

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

Color convert

RGB 238 1 96 -
CMYK 0 1.00 0.60 0.07
HSL 335.95º 0.99% 0.47% -
HSV(B) 335.95º 1% 0.93% -
XYZ 37.38 19.04 12.77 -
YUV 82.69 135.52 238.78 -
System Red Green Blue C M Y K H S L
Decimal 238 1 96 0 1.00 0.60 0.07 335.95 0.99 0.47
Hex EE 1 60 0 64 3C 7 150 63 2F
Octal 356 1 140 0 144 74 7 520 143 57
Binary 11101110 1 1100000 0 1100100 111100 111 101010000 1100011 101111

Color Harmonies of #EE0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0160

Black with #EE0160

Text Example


Text Example

White with #EE0160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0160; }

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

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

background-color css

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

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

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

border-color css

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

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

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