Html Css Color HEX #EF0463 Razzmatazz

📋 copy color: '#EF0463'

red 239 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #EF0463

Tints of Razzmatazz #EF0463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 69.88%
G = 1.17%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF0463 (or 0xEF0463) is known color: Razzmatazz. HEX triplet: EF, 04 and 63. RGB value is (239,4,99). Sum of RGB (Red+Green+Blue) = 239+4+99=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0463 is #10FB9C. Grayscale: #545454. Windows color (decimal): -1112989 or 6489327. OLE color: 6489327.

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

Color convert

RGB 239 4 99 -
CMYK 0 0.98 0.59 0.06
HSL 335.74º 0.97% 0.48% -
HSV(B) 335.74º 0.98% 0.94% -
XYZ 37.89 19.34 13.54 -
YUV 85.1 135.86 237.78 -
System Red Green Blue C M Y K H S L
Decimal 239 4 99 0 0.98 0.59 0.06 335.74 0.97 0.48
Hex EF 4 63 0 62 3B 6 150 61 30
Octal 357 4 143 0 142 73 6 520 141 60
Binary 11101111 100 1100011 0 1100010 111011 110 101010000 1100001 110000

Color Harmonies of #EF0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0463

Black with #EF0463

Text Example


Text Example

White with #EF0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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