Html Css Color HEX #E00B51 Razzmatazz

📋 copy color: '#E00B51'

red 224 ◦ green 11 ◦ blue 81

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

Shades of Razzmatazz #E00B51

Tints of Razzmatazz #E00B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 70.89%
G = 3.48%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E00B51 (or 0xE00B51) is known color: Razzmatazz. HEX triplet: E0, 0B and 51. RGB value is (224,11,81). Sum of RGB (Red+Green+Blue) = 224+11+81=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B51 is #1FF4AE. Grayscale: #525252. Windows color (decimal): -2094255 or 5311456. OLE color: 5311456.

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

Color convert

RGB 224 11 81 -
CMYK 0 0.95 0.64 0.12
HSL 340.28º 0.91% 0.46% -
HSV(B) 340.28º 0.95% 0.88% -
XYZ 32.35 16.68 9.3 -
YUV 82.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 224 11 81 0 0.95 0.64 0.12 340.28 0.91 0.46
Hex E0 B 51 0 5F 40 C 154 5B 2E
Octal 340 13 121 0 137 100 14 524 133 56
Binary 11100000 1011 1010001 0 1011111 1000000 1100 101010100 1011011 101110

Color Harmonies of #E00B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00B51

Black with #E00B51

Text Example


Text Example

White with #E00B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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