Html Css Color HEX #EF024A Razzmatazz

📋 copy color: '#EF024A'

red 239 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #EF024A

Tints of Razzmatazz #EF024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 75.87%
G = 0.63%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF024A (or 0xEF024A) is known color: Razzmatazz. HEX triplet: EF, 02 and 4A. RGB value is (239,2,74). Sum of RGB (Red+Green+Blue) = 239+2+74=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF024A is #10FDB5. Grayscale: #515151. Windows color (decimal): -1113526 or 4850415. OLE color: 4850415.

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

Color convert

RGB 239 2 74 -
CMYK 0 0.99 0.69 0.06
HSL 341.77º 0.98% 0.47% -
HSV(B) 341.77º 0.99% 0.94% -
XYZ 36.85 18.89 8.18 -
YUV 81.07 124.02 240.65 -
System Red Green Blue C M Y K H S L
Decimal 239 2 74 0 0.99 0.69 0.06 341.77 0.98 0.47
Hex EF 2 4A 0 63 45 6 156 62 2F
Octal 357 2 112 0 143 105 6 526 142 57
Binary 11101111 10 1001010 0 1100011 1000101 110 101010110 1100010 101111

Color Harmonies of #EF024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF024A

Black with #EF024A

Text Example


Text Example

White with #EF024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF024A; }

 p { color: rgb(239,2,74); }

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

background-color css

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

 a { background-color: rgb(239,2,74); }

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

border-color css

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

 span { border-color: rgb(239,2,74); }

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