Html Css Color HEX #E10A5C Razzmatazz

📋 copy color: '#E10A5C'

red 225 ◦ green 10 ◦ blue 92

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

Shades of Razzmatazz #E10A5C

Tints of Razzmatazz #E10A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.06%

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 68.81%
G = 3.06%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E10A5C (or 0xE10A5C) is known color: Razzmatazz. HEX triplet: E1, 0A and 5C. RGB value is (225,10,92). Sum of RGB (Red+Green+Blue) = 225+10+92=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A5C is #1EF5A3. Grayscale: #535353. Windows color (decimal): -2028964 or 6032097. OLE color: 6032097.

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

Color convert

RGB 225 10 92 -
CMYK 0 0.96 0.59 0.12
HSL 337.12º 0.91% 0.46% -
HSV(B) 337.12º 0.96% 0.88% -
XYZ 33.09 17 11.66 -
YUV 83.63 132.73 228.83 -
System Red Green Blue C M Y K H S L
Decimal 225 10 92 0 0.96 0.59 0.12 337.12 0.91 0.46
Hex E1 A 5C 0 60 3B C 151 5B 2E
Octal 341 12 134 0 140 73 14 521 133 56
Binary 11100001 1010 1011100 0 1100000 111011 1100 101010001 1011011 101110

Color Harmonies of #E10A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A5C

Black with #E10A5C

Text Example


Text Example

White with #E10A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A5C; }

 p { color: rgb(225,10,92); }

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

background-color css

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

 a { background-color: rgb(225,10,92); }

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

border-color css

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

 span { border-color: rgb(225,10,92); }

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