Html Css Color HEX #EF024C Razzmatazz

📋 copy color: '#EF024C'

red 239 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #EF024C

Tints of Razzmatazz #EF024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 75.39%
G = 0.63%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF024C (or 0xEF024C) is known color: Razzmatazz. HEX triplet: EF, 02 and 4C. RGB value is (239,2,76). Sum of RGB (Red+Green+Blue) = 239+2+76=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF024C is #10FDB3. Grayscale: #515151. Windows color (decimal): -1113524 or 4981487. OLE color: 4981487.

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

Color convert

RGB 239 2 76 -
CMYK 0 0.99 0.68 0.06
HSL 341.27º 0.98% 0.47% -
HSV(B) 341.27º 0.99% 0.94% -
XYZ 36.92 18.92 8.54 -
YUV 81.3 125.02 240.48 -
System Red Green Blue C M Y K H S L
Decimal 239 2 76 0 0.99 0.68 0.06 341.27 0.98 0.47
Hex EF 2 4C 0 63 44 6 155 62 2F
Octal 357 2 114 0 143 104 6 525 142 57
Binary 11101111 10 1001100 0 1100011 1000100 110 101010101 1100010 101111

Color Harmonies of #EF024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF024C

Black with #EF024C

Text Example


Text Example

White with #EF024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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