Html Css Color HEX #E10C69 Ruby

📋 copy color: '#E10C69'

red 225 ◦ green 12 ◦ blue 105

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

Shades of Ruby #E10C69

Tints of Ruby #E10C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 65.79%
G = 3.51%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E10C69 (or 0xE10C69) is known color: Ruby. HEX triplet: E1, 0C and 69. RGB value is (225,12,105). Sum of RGB (Red+Green+Blue) = 225+12+105=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C69 is #1EF396. Grayscale: #565656. Windows color (decimal): -2028439 or 6884577. OLE color: 6884577.

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

Color convert

RGB 225 12 105 -
CMYK 0 0.95 0.53 0.12
HSL 333.8º 0.9% 0.46% -
HSV(B) 333.8º 0.95% 0.88% -
XYZ 33.73 17.29 14.92 -
YUV 86.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 225 12 105 0 0.95 0.53 0.12 333.8 0.9 0.46
Hex E1 C 69 0 5F 35 C 14E 5A 2E
Octal 341 14 151 0 137 65 14 516 132 56
Binary 11100001 1100 1101001 0 1011111 110101 1100 101001110 1011010 101110

Color Harmonies of #E10C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C69

Black with #E10C69

Text Example


Text Example

White with #E10C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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