Html Css Color HEX #E00465 Razzmatazz

📋 copy color: '#E00465'

red 224 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #E00465

Tints of Razzmatazz #E00465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 68.09%
G = 1.22%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00465 (or 0xE00465) is known color: Razzmatazz. HEX triplet: E0, 04 and 65. RGB value is (224,4,101). Sum of RGB (Red+Green+Blue) = 224+4+101=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E00465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00465 is #1FFB9A. Grayscale: #505050. Windows color (decimal): -2096027 or 6620384. OLE color: 6620384.

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

Color convert

RGB 224 4 101 -
CMYK 0 0.98 0.55 0.12
HSL 333.55º 0.96% 0.45% -
HSV(B) 333.55º 0.98% 0.88% -
XYZ 33.13 16.87 13.82 -
YUV 80.84 139.39 230.11 -
System Red Green Blue C M Y K H S L
Decimal 224 4 101 0 0.98 0.55 0.12 333.55 0.96 0.45
Hex E0 4 65 0 62 37 C 14E 60 2D
Octal 340 4 145 0 142 67 14 516 140 55
Binary 11100000 100 1100101 0 1100010 110111 1100 101001110 1100000 101101

Color Harmonies of #E00465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00465

Black with #E00465

Text Example


Text Example

White with #E00465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00465; }

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

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

background-color css

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

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

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

border-color css

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

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

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