Html Css Color HEX #EF0460 Razzmatazz

📋 copy color: '#EF0460'

red 239 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #EF0460

Tints of Razzmatazz #EF0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 70.5%
G = 1.18%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF0460 (or 0xEF0460) is known color: Razzmatazz. HEX triplet: EF, 04 and 60. RGB value is (239,4,96). Sum of RGB (Red+Green+Blue) = 239+4+96=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0460 is #10FB9F. Grayscale: #545454. Windows color (decimal): -1112992 or 6292719. OLE color: 6292719.

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

Color convert

RGB 239 4 96 -
CMYK 0 0.98 0.60 0.06
HSL 336.51º 0.97% 0.48% -
HSV(B) 336.51º 0.98% 0.94% -
XYZ 37.75 19.28 12.8 -
YUV 84.75 134.36 238.02 -
System Red Green Blue C M Y K H S L
Decimal 239 4 96 0 0.98 0.60 0.06 336.51 0.97 0.48
Hex EF 4 60 0 62 3C 6 151 61 30
Octal 357 4 140 0 142 74 6 521 141 60
Binary 11101111 100 1100000 0 1100010 111100 110 101010001 1100001 110000

Color Harmonies of #EF0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0460

Black with #EF0460

Text Example


Text Example

White with #EF0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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