Html Css Color HEX #E10A4C Razzmatazz

📋 copy color: '#E10A4C'

red 225 ◦ green 10 ◦ blue 76

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

Shades of Razzmatazz #E10A4C

Tints of Razzmatazz #E10A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 72.35%
G = 3.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E10A4C (or 0xE10A4C) is known color: Razzmatazz. HEX triplet: E1, 0A and 4C. RGB value is (225,10,76). Sum of RGB (Red+Green+Blue) = 225+10+76=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A4C is #1EF5B3. Grayscale: #515151. Windows color (decimal): -2028980 or 4983521. OLE color: 4983521.

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

Color convert

RGB 225 10 76 -
CMYK 0 0.96 0.66 0.12
HSL 341.58º 0.91% 0.46% -
HSV(B) 341.58º 0.96% 0.88% -
XYZ 32.46 16.75 8.36 -
YUV 81.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 225 10 76 0 0.96 0.66 0.12 341.58 0.91 0.46
Hex E1 A 4C 0 60 42 C 156 5B 2E
Octal 341 12 114 0 140 102 14 526 133 56
Binary 11100001 1010 1001100 0 1100000 1000010 1100 101010110 1011011 101110

Color Harmonies of #E10A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A4C

Black with #E10A4C

Text Example


Text Example

White with #E10A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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