Html Css Color HEX #E00077 Razzmatazz

📋 copy color: '#E00077'

red 224 ◦ green 0 ◦ blue 119

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

Shades of Razzmatazz #E00077

Tints of Razzmatazz #E00077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 65.31%
G = 0%
B = 34.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E00077 (or 0xE00077) is known color: Razzmatazz. HEX triplet: E0, 00 and 77. RGB value is (224,0,119). Sum of RGB (Red+Green+Blue) = 224+0+119=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E00077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00077 is #1FFF88. Grayscale: #505050. Windows color (decimal): -2097033 or 7799008. OLE color: 7799008.

HSL color Cylindrical-coordinate representation of color #E00077: hue angle of 328.12º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00077 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 119 -
CMYK 0 1 0.47 0.12
HSL 328.13º 1% 0.44% -
HSV(B) 328.13º 1% 0.88% -
XYZ 34.07 17.18 18.97 -
YUV 80.54 149.71 230.32 -
System Red Green Blue C M Y K H S L
Decimal 224 0 119 0 1 0.47 0.12 328.13 1 0.44
Hex E0 0 77 0 64 2F C 148 64 2C
Octal 340 0 167 0 144 57 14 510 144 54
Binary 11100000 0 1110111 0 1100100 101111 1100 101001000 1100100 101100

Color Harmonies of #E00077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00077

Black with #E00077

Text Example


Text Example

White with #E00077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00077; }

 p { color: rgb(224,0,119); }

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

background-color css

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

 a { background-color: rgb(224,0,119); }

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

border-color css

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

 span { border-color: rgb(224,0,119); }

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