Html Css Color HEX #EF0570 Razzmatazz

📋 copy color: '#EF0570'

red 239 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #EF0570

Tints of Razzmatazz #EF0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 67.13%
G = 1.4%
B = 31.46%

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

#EF0570 (or 0xEF0570) is known color: Razzmatazz. HEX triplet: EF, 05 and 70. RGB value is (239,5,112). Sum of RGB (Red+Green+Blue) = 239+5+112=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0570 is #10FA8F. Grayscale: #565656. Windows color (decimal): -1112720 or 7341551. OLE color: 7341551.

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

Color convert

RGB 239 5 112 -
CMYK 0 0.98 0.53 0.06
HSL 332.56º 0.96% 0.48% -
HSV(B) 332.56º 0.98% 0.94% -
XYZ 38.58 19.63 17.08 -
YUV 87.16 142.02 236.3 -
System Red Green Blue C M Y K H S L
Decimal 239 5 112 0 0.98 0.53 0.06 332.56 0.96 0.48
Hex EF 5 70 0 62 35 6 14D 60 30
Octal 357 5 160 0 142 65 6 515 140 60
Binary 11101111 101 1110000 0 1100010 110101 110 101001101 1100000 110000

Color Harmonies of #EF0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0570

Black with #EF0570

Text Example


Text Example

White with #EF0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0570; }

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

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

background-color css

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

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

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

border-color css

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

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

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