Html Css Color HEX #E00B5D Razzmatazz

📋 copy color: '#E00B5D'

red 224 ◦ green 11 ◦ blue 93

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

Shades of Razzmatazz #E00B5D

Tints of Razzmatazz #E00B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 68.29%
G = 3.35%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E00B5D (or 0xE00B5D) is known color: Razzmatazz. HEX triplet: E0, 0B and 5D. RGB value is (224,11,93). Sum of RGB (Red+Green+Blue) = 224+11+93=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B5D is #1FF4A2. Grayscale: #535353. Windows color (decimal): -2094243 or 6097888. OLE color: 6097888.

HSL color Cylindrical-coordinate representation of color #E00B5D: hue angle of 336.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B5D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 93 -
CMYK 0 0.95 0.58 0.12
HSL 336.9º 0.91% 0.46% -
HSV(B) 336.9º 0.95% 0.88% -
XYZ 32.84 16.88 11.88 -
YUV 84.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 224 11 93 0 0.95 0.58 0.12 336.9 0.91 0.46
Hex E0 B 5D 0 5F 3A C 151 5B 2E
Octal 340 13 135 0 137 72 14 521 133 56
Binary 11100000 1011 1011101 0 1011111 111010 1100 101010001 1011011 101110

Color Harmonies of #E00B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B5D

Black with #E00B5D

Text Example


Text Example

White with #E00B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B5D; }

 p { color: rgb(224,11,93); }

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

background-color css

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

 a { background-color: rgb(224,11,93); }

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

border-color css

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

 span { border-color: rgb(224,11,93); }

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