Html Css Color HEX #EF0478 Razzmatazz

📋 copy color: '#EF0478'

red 239 ◦ green 4 ◦ blue 120

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

Shades of Razzmatazz #EF0478

Tints of Razzmatazz #EF0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 65.84%
G = 1.1%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF0478 (or 0xEF0478) is known color: Razzmatazz. HEX triplet: EF, 04 and 78. RGB value is (239,4,120). Sum of RGB (Red+Green+Blue) = 239+4+120=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0478 is #10FB87. Grayscale: #575757. Windows color (decimal): -1112968 or 7865583. OLE color: 7865583.

HSL color Cylindrical-coordinate representation of color #EF0478: hue angle of 330.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0478 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 120 -
CMYK 0 0.98 0.50 0.06
HSL 330.38º 0.97% 0.48% -
HSV(B) 330.38º 0.98% 0.94% -
XYZ 39.03 19.79 19.53 -
YUV 87.49 146.36 236.07 -
System Red Green Blue C M Y K H S L
Decimal 239 4 120 0 0.98 0.50 0.06 330.38 0.97 0.48
Hex EF 4 78 0 62 32 6 14A 61 30
Octal 357 4 170 0 142 62 6 512 141 60
Binary 11101111 100 1111000 0 1100010 110010 110 101001010 1100001 110000

Color Harmonies of #EF0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0478

Black with #EF0478

Text Example


Text Example

White with #EF0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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