Html Css Color HEX #E5024C Razzmatazz

📋 copy color: '#E5024C'

red 229 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #E5024C

Tints of Razzmatazz #E5024C

RGB

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

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

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

R = 74.59%
G = 0.65%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5024C (or 0xE5024C) is known color: Razzmatazz. HEX triplet: E5, 02 and 4C. RGB value is (229,2,76). Sum of RGB (Red+Green+Blue) = 229+2+76=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5024C is #1AFDB3. Grayscale: #4E4E4E. Windows color (decimal): -1768884 or 4981477. OLE color: 4981477.

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

Color convert

RGB 229 2 76 -
CMYK 0 0.99 0.67 0.10
HSL 340.44º 0.98% 0.45% -
HSV(B) 340.44º 0.99% 0.9% -
XYZ 33.64 17.22 8.39 -
YUV 78.31 126.71 235.48 -
System Red Green Blue C M Y K H S L
Decimal 229 2 76 0 0.99 0.67 0.10 340.44 0.98 0.45
Hex E5 2 4C 0 63 43 A 154 62 2D
Octal 345 2 114 0 143 103 12 524 142 55
Binary 11100101 10 1001100 0 1100011 1000011 1010 101010100 1100010 101101

Color Harmonies of #E5024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5024C

Black with #E5024C

Text Example


Text Example

White with #E5024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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