Html Css Color HEX #E00255 Razzmatazz

📋 copy color: '#E00255'

red 224 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #E00255

Tints of Razzmatazz #E00255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 72.03%
G = 0.64%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E00255 (or 0xE00255) is known color: Razzmatazz. HEX triplet: E0, 02 and 55. RGB value is (224,2,85). Sum of RGB (Red+Green+Blue) = 224+2+85=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E00255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00255 is #1FFDAA. Grayscale: #4D4D4D. Windows color (decimal): -2096555 or 5571296. OLE color: 5571296.

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

Color convert

RGB 224 2 85 -
CMYK 0 0.99 0.62 0.12
HSL 337.57º 0.98% 0.44% -
HSV(B) 337.57º 0.99% 0.88% -
XYZ 32.4 16.55 10.08 -
YUV 77.84 132.05 232.25 -
System Red Green Blue C M Y K H S L
Decimal 224 2 85 0 0.99 0.62 0.12 337.57 0.98 0.44
Hex E0 2 55 0 63 3E C 152 62 2C
Octal 340 2 125 0 143 76 14 522 142 54
Binary 11100000 10 1010101 0 1100011 111110 1100 101010010 1100010 101100

Color Harmonies of #E00255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00255

Black with #E00255

Text Example


Text Example

White with #E00255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00255; }

 p { color: rgb(224,2,85); }

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

background-color css

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

 a { background-color: rgb(224,2,85); }

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

border-color css

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

 span { border-color: rgb(224,2,85); }

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