Html Css Color HEX #EA024F Razzmatazz

📋 copy color: '#EA024F'

red 234 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #EA024F

Tints of Razzmatazz #EA024F

RGB

 RED value IS 234 (91.8% from 255) = 74.29%

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

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 74.29%
G = 0.63%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA024F (or 0xEA024F) is known color: Razzmatazz. HEX triplet: EA, 02 and 4F. RGB value is (234,2,79). Sum of RGB (Red+Green+Blue) = 234+2+79=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA024F is #15FDB0. Grayscale: #505050. Windows color (decimal): -1441201 or 5178090. OLE color: 5178090.

HSL color Cylindrical-coordinate representation of color #EA024F: hue angle of 340.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA024F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 2 79 -
CMYK 0 0.99 0.66 0.08
HSL 340.09º 0.98% 0.46% -
HSV(B) 340.09º 0.99% 0.92% -
XYZ 35.36 18.1 9.03 -
YUV 80.15 127.36 237.74 -
System Red Green Blue C M Y K H S L
Decimal 234 2 79 0 0.99 0.66 0.08 340.09 0.98 0.46
Hex EA 2 4F 0 63 42 8 154 62 2E
Octal 352 2 117 0 143 102 10 524 142 56
Binary 11101010 10 1001111 0 1100011 1000010 1000 101010100 1100010 101110

Color Harmonies of #EA024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA024F

Black with #EA024F

Text Example


Text Example

White with #EA024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA024F; }

 p { color: rgb(234,2,79); }

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

background-color css

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

 a { background-color: rgb(234,2,79); }

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

border-color css

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

 span { border-color: rgb(234,2,79); }

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