Html Css Color HEX #EF0459 Razzmatazz

📋 copy color: '#EF0459'

red 239 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #EF0459

Tints of Razzmatazz #EF0459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.81%

R = 71.99%
G = 1.2%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF0459 (or 0xEF0459) is known color: Razzmatazz. HEX triplet: EF, 04 and 59. RGB value is (239,4,89). Sum of RGB (Red+Green+Blue) = 239+4+89=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0459 is #10FBA6. Grayscale: #535353. Windows color (decimal): -1112999 or 5833967. OLE color: 5833967.

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

Color convert

RGB 239 4 89 -
CMYK 0 0.98 0.63 0.06
HSL 338.3º 0.97% 0.48% -
HSV(B) 338.3º 0.98% 0.94% -
XYZ 37.44 19.16 11.18 -
YUV 83.96 130.86 238.59 -
System Red Green Blue C M Y K H S L
Decimal 239 4 89 0 0.98 0.63 0.06 338.3 0.97 0.48
Hex EF 4 59 0 62 3F 6 152 61 30
Octal 357 4 131 0 142 77 6 522 141 60
Binary 11101111 100 1011001 0 1100010 111111 110 101010010 1100001 110000

Color Harmonies of #EF0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0459

Black with #EF0459

Text Example


Text Example

White with #EF0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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