Html Css Color HEX #E00468 Razzmatazz

📋 copy color: '#E00468'

red 224 ◦ green 4 ◦ blue 104

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

Shades of Razzmatazz #E00468

Tints of Razzmatazz #E00468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 67.47%
G = 1.2%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E00468 (or 0xE00468) is known color: Razzmatazz. HEX triplet: E0, 04 and 68. RGB value is (224,4,104). Sum of RGB (Red+Green+Blue) = 224+4+104=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E00468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00468 is #1FFB97. Grayscale: #515151. Windows color (decimal): -2096024 or 6816992. OLE color: 6816992.

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

Color convert

RGB 224 4 104 -
CMYK 0 0.98 0.54 0.12
HSL 332.73º 0.96% 0.45% -
HSV(B) 332.73º 0.98% 0.88% -
XYZ 33.28 16.93 14.61 -
YUV 81.18 140.89 229.87 -
System Red Green Blue C M Y K H S L
Decimal 224 4 104 0 0.98 0.54 0.12 332.73 0.96 0.45
Hex E0 4 68 0 62 36 C 14D 60 2D
Octal 340 4 150 0 142 66 14 515 140 55
Binary 11100000 100 1101000 0 1100010 110110 1100 101001101 1100000 101101

Color Harmonies of #E00468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00468

Black with #E00468

Text Example


Text Example

White with #E00468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00468; }

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

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

background-color css

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

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

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

border-color css

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

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

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