Html Css Color HEX #EF0470 Razzmatazz

📋 copy color: '#EF0470'

red 239 ◦ green 4 ◦ blue 112

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

Shades of Razzmatazz #EF0470

Tints of Razzmatazz #EF0470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 67.32%
G = 1.13%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF0470 (or 0xEF0470) is known color: Razzmatazz. HEX triplet: EF, 04 and 70. RGB value is (239,4,112). Sum of RGB (Red+Green+Blue) = 239+4+112=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0470 is #10FB8F. Grayscale: #565656. Windows color (decimal): -1112976 or 7341295. OLE color: 7341295.

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

Color convert

RGB 239 4 112 -
CMYK 0 0.98 0.53 0.06
HSL 332.43º 0.97% 0.48% -
HSV(B) 332.43º 0.98% 0.94% -
XYZ 38.56 19.61 17.08 -
YUV 86.58 142.36 236.72 -
System Red Green Blue C M Y K H S L
Decimal 239 4 112 0 0.98 0.53 0.06 332.43 0.97 0.48
Hex EF 4 70 0 62 35 6 14C 61 30
Octal 357 4 160 0 142 65 6 514 141 60
Binary 11101111 100 1110000 0 1100010 110101 110 101001100 1100001 110000

Color Harmonies of #EF0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0470

Black with #EF0470

Text Example


Text Example

White with #EF0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0470; }

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

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

background-color css

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

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

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

border-color css

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

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

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