Html Css Color HEX #E00962 Razzmatazz

📋 copy color: '#E00962'

red 224 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #E00962

Tints of Razzmatazz #E00962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.72%

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

R = 67.67%
G = 2.72%
B = 29.61%

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

#E00962 (or 0xE00962) is known color: Razzmatazz. HEX triplet: E0, 09 and 62. RGB value is (224,9,98). Sum of RGB (Red+Green+Blue) = 224+9+98=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00962 is #1FF69D. Grayscale: #535353. Windows color (decimal): -2094750 or 6425056. OLE color: 6425056.

HSL color Cylindrical-coordinate representation of color #E00962: hue angle of 335.16º degrees, saturation: 0.92, 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 #E00962 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 98 -
CMYK 0 0.96 0.56 0.12
HSL 335.16º 0.92% 0.46% -
HSV(B) 335.16º 0.96% 0.88% -
XYZ 33.04 16.92 13.08 -
YUV 83.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 224 9 98 0 0.96 0.56 0.12 335.16 0.92 0.46
Hex E0 9 62 0 60 38 C 14F 5C 2E
Octal 340 11 142 0 140 70 14 517 134 56
Binary 11100000 1001 1100010 0 1100000 111000 1100 101001111 1011100 101110

Color Harmonies of #E00962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00962

Black with #E00962

Text Example


Text Example

White with #E00962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00962; }

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

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

background-color css

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

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

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

border-color css

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

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

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