Html Css Color HEX #E00460 Razzmatazz

📋 copy color: '#E00460'

red 224 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #E00460

Tints of Razzmatazz #E00460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 69.14%
G = 1.23%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E00460 (or 0xE00460) is known color: Razzmatazz. HEX triplet: E0, 04 and 60. RGB value is (224,4,96). Sum of RGB (Red+Green+Blue) = 224+4+96=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E00460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00460 is #1FFB9F. Grayscale: #505050. Windows color (decimal): -2096032 or 6292704. OLE color: 6292704.

HSL color Cylindrical-coordinate representation of color #E00460: hue angle of 334.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00460 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 96 -
CMYK 0 0.98 0.57 0.12
HSL 334.91º 0.96% 0.45% -
HSV(B) 334.91º 0.98% 0.88% -
XYZ 32.9 16.78 12.57 -
YUV 80.27 136.89 230.52 -
System Red Green Blue C M Y K H S L
Decimal 224 4 96 0 0.98 0.57 0.12 334.91 0.96 0.45
Hex E0 4 60 0 62 39 C 14F 60 2D
Octal 340 4 140 0 142 71 14 517 140 55
Binary 11100000 100 1100000 0 1100010 111001 1100 101001111 1100000 101101

Color Harmonies of #E00460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00460

Black with #E00460

Text Example


Text Example

White with #E00460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00460; }

 p { color: rgb(224,4,96); }

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

background-color css

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

 a { background-color: rgb(224,4,96); }

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

border-color css

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

 span { border-color: rgb(224,4,96); }

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