Html Css Color HEX #EF0471 Razzmatazz

📋 copy color: '#EF0471'

red 239 ◦ green 4 ◦ blue 113

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

Shades of Razzmatazz #EF0471

Tints of Razzmatazz #EF0471

RGB

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

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

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

R = 67.13%
G = 1.12%
B = 31.74%

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

#EF0471 (or 0xEF0471) is known color: Razzmatazz. HEX triplet: EF, 04 and 71. RGB value is (239,4,113). Sum of RGB (Red+Green+Blue) = 239+4+113=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0471 is #10FB8E. Grayscale: #565656. Windows color (decimal): -1112975 or 7406831. OLE color: 7406831.

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

Color convert

RGB 239 4 113 -
CMYK 0 0.98 0.53 0.06
HSL 332.17º 0.97% 0.48% -
HSV(B) 332.17º 0.98% 0.94% -
XYZ 38.62 19.63 17.38 -
YUV 86.69 142.86 236.64 -
System Red Green Blue C M Y K H S L
Decimal 239 4 113 0 0.98 0.53 0.06 332.17 0.97 0.48
Hex EF 4 71 0 62 35 6 14C 61 30
Octal 357 4 161 0 142 65 6 514 141 60
Binary 11101111 100 1110001 0 1100010 110101 110 101001100 1100001 110000

Color Harmonies of #EF0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0471

Black with #EF0471

Text Example


Text Example

White with #EF0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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