Html Css Color HEX #E00A62 Razzmatazz

📋 copy color: '#E00A62'

red 224 ◦ green 10 ◦ blue 98

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

Shades of Razzmatazz #E00A62

Tints of Razzmatazz #E00A62

RGB

 RED value IS 224 (87.89% from 255) = 67.47%

 GREEN value IS 10 (4.3% from 255) = 3.01%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 67.47%
G = 3.01%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E00A62 (or 0xE00A62) is known color: Razzmatazz. HEX triplet: E0, 0A and 62. RGB value is (224,10,98). Sum of RGB (Red+Green+Blue) = 224+10+98=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A62 is #1FF59D. Grayscale: #535353. Windows color (decimal): -2094494 or 6425312. OLE color: 6425312.

HSL color Cylindrical-coordinate representation of color #E00A62: hue angle of 335.33º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A62 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 98 -
CMYK 0 0.96 0.56 0.12
HSL 335.33º 0.91% 0.46% -
HSV(B) 335.33º 0.96% 0.88% -
XYZ 33.05 16.95 13.08 -
YUV 84.02 135.9 227.84 -
System Red Green Blue C M Y K H S L
Decimal 224 10 98 0 0.96 0.56 0.12 335.33 0.91 0.46
Hex E0 A 62 0 60 38 C 14F 5B 2E
Octal 340 12 142 0 140 70 14 517 133 56
Binary 11100000 1010 1100010 0 1100000 111000 1100 101001111 1011011 101110

Color Harmonies of #E00A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A62

Black with #E00A62

Text Example


Text Example

White with #E00A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A62; }

 p { color: rgb(224,10,98); }

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

background-color css

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

 a { background-color: rgb(224,10,98); }

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

border-color css

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

 span { border-color: rgb(224,10,98); }

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