Html Css Color HEX #E00074 Razzmatazz

📋 copy color: '#E00074'

red 224 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #E00074

Tints of Razzmatazz #E00074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 65.88%
G = 0%
B = 34.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00074 (or 0xE00074) is known color: Razzmatazz. HEX triplet: E0, 00 and 74. RGB value is (224,0,116). Sum of RGB (Red+Green+Blue) = 224+0+116=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E00074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00074 is #1FFF8B. Grayscale: #4F4F4F. Windows color (decimal): -2097036 or 7602400. OLE color: 7602400.

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

Color convert

RGB 224 0 116 -
CMYK 0 1 0.48 0.12
HSL 328.93º 1% 0.44% -
HSV(B) 328.93º 1% 0.88% -
XYZ 33.89 17.11 18.04 -
YUV 80.2 148.21 230.57 -
System Red Green Blue C M Y K H S L
Decimal 224 0 116 0 1 0.48 0.12 328.93 1 0.44
Hex E0 0 74 0 64 30 C 149 64 2C
Octal 340 0 164 0 144 60 14 511 144 54
Binary 11100000 0 1110100 0 1100100 110000 1100 101001001 1100100 101100

Color Harmonies of #E00074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00074

Black with #E00074

Text Example


Text Example

White with #E00074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00074; }

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

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

background-color css

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

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

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

border-color css

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

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

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