Html Css Color HEX #EF0071 Razzmatazz

📋 copy color: '#EF0071'

red 239 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #EF0071

Tints of Razzmatazz #EF0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 67.9%
G = 0%
B = 32.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF0071 (or 0xEF0071) is known color: Razzmatazz. HEX triplet: EF, 00 and 71. RGB value is (239,0,113). Sum of RGB (Red+Green+Blue) = 239+0+113=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0071 is #10FF8E. Grayscale: #545454. Windows color (decimal): -1113999 or 7405807. OLE color: 7405807.

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

Color convert

RGB 239 0 113 -
CMYK 0 1 0.53 0.06
HSL 331.63º 1% 0.47% -
HSV(B) 331.63º 1% 0.94% -
XYZ 38.58 19.54 17.36 -
YUV 84.34 144.18 238.31 -
System Red Green Blue C M Y K H S L
Decimal 239 0 113 0 1 0.53 0.06 331.63 1 0.47
Hex EF 0 71 0 64 35 6 14C 64 2F
Octal 357 0 161 0 144 65 6 514 144 57
Binary 11101111 0 1110001 0 1100100 110101 110 101001100 1100100 101111

Color Harmonies of #EF0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0071

Black with #EF0071

Text Example


Text Example

White with #EF0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0071; }

 p { color: rgb(239,0,113); }

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

background-color css

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

 a { background-color: rgb(239,0,113); }

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

border-color css

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

 span { border-color: rgb(239,0,113); }

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