Html Css Color HEX #E00072 Razzmatazz

📋 copy color: '#E00072'

red 224 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #E00072

Tints of Razzmatazz #E00072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 66.27%
G = 0%
B = 33.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E00072 (or 0xE00072) is known color: Razzmatazz. HEX triplet: E0, 00 and 72. RGB value is (224,0,114). Sum of RGB (Red+Green+Blue) = 224+0+114=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E00072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00072 is #1FFF8D. Grayscale: #4F4F4F. Windows color (decimal): -2097038 or 7471328. OLE color: 7471328.

HSL color Cylindrical-coordinate representation of color #E00072: hue angle of 329.46º 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 #E00072 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 114 -
CMYK 0 1 0.49 0.12
HSL 329.46º 1% 0.44% -
HSV(B) 329.46º 1% 0.88% -
XYZ 33.78 17.06 17.43 -
YUV 79.97 147.21 230.73 -
System Red Green Blue C M Y K H S L
Decimal 224 0 114 0 1 0.49 0.12 329.46 1 0.44
Hex E0 0 72 0 64 31 C 149 64 2C
Octal 340 0 162 0 144 61 14 511 144 54
Binary 11100000 0 1110010 0 1100100 110001 1100 101001001 1100100 101100

Color Harmonies of #E00072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00072

Black with #E00072

Text Example


Text Example

White with #E00072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00072; }

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

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

background-color css

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

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

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

border-color css

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

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

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