Html Css Color HEX #E10C5A Razzmatazz

📋 copy color: '#E10C5A'

red 225 ◦ green 12 ◦ blue 90

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

Shades of Razzmatazz #E10C5A

Tints of Razzmatazz #E10C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 68.81%
G = 3.67%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E10C5A (or 0xE10C5A) is known color: Razzmatazz. HEX triplet: E1, 0C and 5A. RGB value is (225,12,90). Sum of RGB (Red+Green+Blue) = 225+12+90=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C5A is #1EF3A5. Grayscale: #545454. Windows color (decimal): -2028454 or 5901537. OLE color: 5901537.

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

Color convert

RGB 225 12 90 -
CMYK 0 0.95 0.60 0.12
HSL 338.03º 0.9% 0.46% -
HSV(B) 338.03º 0.95% 0.88% -
XYZ 33.03 17.01 11.22 -
YUV 84.58 131.07 228.16 -
System Red Green Blue C M Y K H S L
Decimal 225 12 90 0 0.95 0.60 0.12 338.03 0.9 0.46
Hex E1 C 5A 0 5F 3C C 152 5A 2E
Octal 341 14 132 0 137 74 14 522 132 56
Binary 11100001 1100 1011010 0 1011111 111100 1100 101010010 1011010 101110

Color Harmonies of #E10C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C5A

Black with #E10C5A

Text Example


Text Example

White with #E10C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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