Html Css Color HEX #E10C66 Ruby

📋 copy color: '#E10C66'

red 225 ◦ green 12 ◦ blue 102

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

Shades of Ruby #E10C66

Tints of Ruby #E10C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 66.37%
G = 3.54%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E10C66 (or 0xE10C66) is known color: Ruby. HEX triplet: E1, 0C and 66. RGB value is (225,12,102). Sum of RGB (Red+Green+Blue) = 225+12+102=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C66 is #1EF399. Grayscale: #555555. Windows color (decimal): -2028442 or 6687969. OLE color: 6687969.

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

Color convert

RGB 225 12 102 -
CMYK 0 0.95 0.55 0.12
HSL 334.65º 0.9% 0.46% -
HSV(B) 334.65º 0.95% 0.88% -
XYZ 33.58 17.23 14.13 -
YUV 85.95 137.07 227.18 -
System Red Green Blue C M Y K H S L
Decimal 225 12 102 0 0.95 0.55 0.12 334.65 0.9 0.46
Hex E1 C 66 0 5F 37 C 14F 5A 2E
Octal 341 14 146 0 137 67 14 517 132 56
Binary 11100001 1100 1100110 0 1011111 110111 1100 101001111 1011010 101110

Color Harmonies of #E10C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C66

Black with #E10C66

Text Example


Text Example

White with #E10C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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