Html Css Color HEX #E10C51 Razzmatazz

📋 copy color: '#E10C51'

red 225 ◦ green 12 ◦ blue 81

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

Shades of Razzmatazz #E10C51

Tints of Razzmatazz #E10C51

RGB

 RED value IS 225 (88.28% from 255) = 70.75%

 GREEN value IS 12 (5.08% from 255) = 3.77%

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

R = 70.75%
G = 3.77%
B = 25.47%

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

#E10C51 (or 0xE10C51) is known color: Razzmatazz. HEX triplet: E1, 0C and 51. RGB value is (225,12,81). Sum of RGB (Red+Green+Blue) = 225+12+81=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C51 is #1EF3AE. Grayscale: #535353. Windows color (decimal): -2028463 or 5311713. OLE color: 5311713.

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

Color convert

RGB 225 12 81 -
CMYK 0 0.95 0.64 0.12
HSL 340.56º 0.9% 0.46% -
HSV(B) 340.56º 0.95% 0.88% -
XYZ 32.67 16.86 9.32 -
YUV 83.55 126.57 228.89 -
System Red Green Blue C M Y K H S L
Decimal 225 12 81 0 0.95 0.64 0.12 340.56 0.9 0.46
Hex E1 C 51 0 5F 40 C 155 5A 2E
Octal 341 14 121 0 137 100 14 525 132 56
Binary 11100001 1100 1010001 0 1011111 1000000 1100 101010101 1011010 101110

Color Harmonies of #E10C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C51

Black with #E10C51

Text Example


Text Example

White with #E10C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C51; }

 p { color: rgb(225,12,81); }

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

background-color css

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

 a { background-color: rgb(225,12,81); }

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

border-color css

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

 span { border-color: rgb(225,12,81); }

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