Html Css Color HEX #EE0176 Razzmatazz

📋 copy color: '#EE0176'

red 238 ◦ green 1 ◦ blue 118

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

Shades of Razzmatazz #EE0176

Tints of Razzmatazz #EE0176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 66.67%
G = 0.28%
B = 33.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE0176 (or 0xEE0176) is known color: Razzmatazz. HEX triplet: EE, 01 and 76. RGB value is (238,1,118). Sum of RGB (Red+Green+Blue) = 238+1+118=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0176 is #11FE89. Grayscale: #545454. Windows color (decimal): -1179274 or 7733742. OLE color: 7733742.

HSL color Cylindrical-coordinate representation of color #EE0176: hue angle of 330.38º 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 #EE0176 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 118 -
CMYK 0 1.00 0.50 0.07
HSL 330.38º 0.99% 0.47% -
HSV(B) 330.38º 1% 0.93% -
XYZ 38.54 19.51 18.87 -
YUV 85.2 146.52 236.99 -
System Red Green Blue C M Y K H S L
Decimal 238 1 118 0 1.00 0.50 0.07 330.38 0.99 0.47
Hex EE 1 76 0 64 32 7 14A 63 2F
Octal 356 1 166 0 144 62 7 512 143 57
Binary 11101110 1 1110110 0 1100100 110010 111 101001010 1100011 101111

Color Harmonies of #EE0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0176

Black with #EE0176

Text Example


Text Example

White with #EE0176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0176; }

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

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

background-color css

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

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

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

border-color css

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

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

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