Html Css Color HEX #E00070 Razzmatazz

📋 copy color: '#E00070'

red 224 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #E00070

Tints of Razzmatazz #E00070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E00070 (or 0xE00070) is known color: Razzmatazz. HEX triplet: E0, 00 and 70. RGB value is (224,0,112). Sum of RGB (Red+Green+Blue) = 224+0+112=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E00070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00070 is #1FFF8F. Grayscale: #4F4F4F. Windows color (decimal): -2097040 or 7340256. OLE color: 7340256.

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

Color convert

RGB 224 0 112 -
CMYK 0 1 0.50 0.12
HSL 330º 1% 0.44% -
HSV(B) 330º 1% 0.88% -
XYZ 33.67 17.02 16.84 -
YUV 79.74 146.21 230.89 -
System Red Green Blue C M Y K H S L
Decimal 224 0 112 0 1 0.50 0.12 330 1 0.44
Hex E0 0 70 0 64 32 C 14A 64 2C
Octal 340 0 160 0 144 62 14 512 144 54
Binary 11100000 0 1110000 0 1100100 110010 1100 101001010 1100100 101100

Color Harmonies of #E00070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00070

Black with #E00070

Text Example


Text Example

White with #E00070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00070; }

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

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

background-color css

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

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

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

border-color css

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

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

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