Html Css Color HEX #EF0178 Razzmatazz

📋 copy color: '#EF0178'

red 239 ◦ green 1 ◦ blue 120

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

Shades of Razzmatazz #EF0178

Tints of Razzmatazz #EF0178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 66.39%
G = 0.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF0178 (or 0xEF0178) is known color: Razzmatazz. HEX triplet: EF, 01 and 78. RGB value is (239,1,120). Sum of RGB (Red+Green+Blue) = 239+1+120=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0178 is #10FE87. Grayscale: #555555. Windows color (decimal): -1113736 or 7864815. OLE color: 7864815.

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

Color convert

RGB 239 1 120 -
CMYK 0 1.00 0.50 0.06
HSL 330º 0.99% 0.47% -
HSV(B) 330º 1% 0.94% -
XYZ 39 19.73 19.52 -
YUV 85.73 147.35 237.32 -
System Red Green Blue C M Y K H S L
Decimal 239 1 120 0 1.00 0.50 0.06 330 0.99 0.47
Hex EF 1 78 0 64 32 6 14A 63 2F
Octal 357 1 170 0 144 62 6 512 143 57
Binary 11101111 1 1111000 0 1100100 110010 110 101001010 1100011 101111

Color Harmonies of #EF0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0178

Black with #EF0178

Text Example


Text Example

White with #EF0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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