Html Css Color HEX #E5024E Razzmatazz

📋 copy color: '#E5024E'

red 229 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #E5024E

Tints of Razzmatazz #E5024E

RGB

 RED value IS 229 (89.84% from 255) = 74.11%

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 74.11%
G = 0.65%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5024E (or 0xE5024E) is known color: Razzmatazz. HEX triplet: E5, 02 and 4E. RGB value is (229,2,78). Sum of RGB (Red+Green+Blue) = 229+2+78=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5024E is #1AFDB1. Grayscale: #4E4E4E. Windows color (decimal): -1768882 or 5112549. OLE color: 5112549.

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

Color convert

RGB 229 2 78 -
CMYK 0 0.99 0.66 0.10
HSL 339.91º 0.98% 0.45% -
HSV(B) 339.91º 0.99% 0.9% -
XYZ 33.71 17.25 8.76 -
YUV 78.54 127.71 235.32 -
System Red Green Blue C M Y K H S L
Decimal 229 2 78 0 0.99 0.66 0.10 339.91 0.98 0.45
Hex E5 2 4E 0 63 42 A 154 62 2D
Octal 345 2 116 0 143 102 12 524 142 55
Binary 11100101 10 1001110 0 1100011 1000010 1010 101010100 1100010 101101

Color Harmonies of #E5024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5024E

Black with #E5024E

Text Example


Text Example

White with #E5024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5024E; }

 p { color: rgb(229,2,78); }

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

background-color css

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

 a { background-color: rgb(229,2,78); }

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

border-color css

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

 span { border-color: rgb(229,2,78); }

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