Html Css Color HEX #E10C78 Ruby

📋 copy color: '#E10C78'

red 225 ◦ green 12 ◦ blue 120

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

Shades of Ruby #E10C78

Tints of Ruby #E10C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 63.03%
G = 3.36%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E10C78 (or 0xE10C78) is known color: Ruby. HEX triplet: E1, 0C and 78. RGB value is (225,12,120). Sum of RGB (Red+Green+Blue) = 225+12+120=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C78 is #1EF387. Grayscale: #575757. Windows color (decimal): -2028424 or 7867617. OLE color: 7867617.

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

Color convert

RGB 225 12 120 -
CMYK 0 0.95 0.47 0.12
HSL 329.58º 0.9% 0.46% -
HSV(B) 329.58º 0.95% 0.88% -
XYZ 34.57 17.63 19.35 -
YUV 88 146.07 225.72 -
System Red Green Blue C M Y K H S L
Decimal 225 12 120 0 0.95 0.47 0.12 329.58 0.9 0.46
Hex E1 C 78 0 5F 2F C 14A 5A 2E
Octal 341 14 170 0 137 57 14 512 132 56
Binary 11100001 1100 1111000 0 1011111 101111 1100 101001010 1011010 101110

Color Harmonies of #E10C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C78

Black with #E10C78

Text Example


Text Example

White with #E10C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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