Html Css Color HEX #E00462 Razzmatazz

📋 copy color: '#E00462'

red 224 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #E00462

Tints of Razzmatazz #E00462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 68.71%
G = 1.23%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E00462 (or 0xE00462) is known color: Razzmatazz. HEX triplet: E0, 04 and 62. RGB value is (224,4,98). Sum of RGB (Red+Green+Blue) = 224+4+98=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E00462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00462 is #1FFB9D. Grayscale: #505050. Windows color (decimal): -2096030 or 6423776. OLE color: 6423776.

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

Color convert

RGB 224 4 98 -
CMYK 0 0.98 0.56 0.12
HSL 334.36º 0.96% 0.45% -
HSV(B) 334.36º 0.98% 0.88% -
XYZ 32.99 16.82 13.06 -
YUV 80.5 137.89 230.36 -
System Red Green Blue C M Y K H S L
Decimal 224 4 98 0 0.98 0.56 0.12 334.36 0.96 0.45
Hex E0 4 62 0 62 38 C 14E 60 2D
Octal 340 4 142 0 142 70 14 516 140 55
Binary 11100000 100 1100010 0 1100010 111000 1100 101001110 1100000 101101

Color Harmonies of #E00462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00462

Black with #E00462

Text Example


Text Example

White with #E00462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00462; }

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

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

background-color css

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

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

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

border-color css

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

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

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