Html Css Color HEX #EF0176 Razzmatazz

📋 copy color: '#EF0176'

red 239 ◦ green 1 ◦ blue 118

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

Shades of Razzmatazz #EF0176

Tints of Razzmatazz #EF0176

RGB

 RED value IS 239 (93.75% from 255) = 66.76%

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

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

R = 66.76%
G = 0.28%
B = 32.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0176 (or 0xEF0176) is known color: Razzmatazz. HEX triplet: EF, 01 and 76. RGB value is (239,1,118). Sum of RGB (Red+Green+Blue) = 239+1+118=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0176 is #10FE89. Grayscale: #555555. Windows color (decimal): -1113738 or 7733743. OLE color: 7733743.

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

Color convert

RGB 239 1 118 -
CMYK 0 1.00 0.51 0.06
HSL 330.5º 0.99% 0.47% -
HSV(B) 330.5º 1% 0.94% -
XYZ 38.88 19.68 18.89 -
YUV 85.5 146.35 237.49 -
System Red Green Blue C M Y K H S L
Decimal 239 1 118 0 1.00 0.51 0.06 330.5 0.99 0.47
Hex EF 1 76 0 64 33 6 14B 63 2F
Octal 357 1 166 0 144 63 6 513 143 57
Binary 11101111 1 1110110 0 1100100 110011 110 101001011 1100011 101111

Color Harmonies of #EF0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0176

Black with #EF0176

Text Example


Text Example

White with #EF0176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0176; }

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

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

background-color css

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

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

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

border-color css

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

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

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