Html Css Color HEX #E10B6E Ruby

📋 copy color: '#E10B6E'

red 225 ◦ green 11 ◦ blue 110

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

Shades of Ruby #E10B6E

Tints of Ruby #E10B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 65.03%
G = 3.18%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E10B6E (or 0xE10B6E) is known color: Ruby. HEX triplet: E1, 0B and 6E. RGB value is (225,11,110). Sum of RGB (Red+Green+Blue) = 225+11+110=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B6E is #1EF491. Grayscale: #565656. Windows color (decimal): -2028690 or 7212001. OLE color: 7212001.

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

Color convert

RGB 225 11 110 -
CMYK 0 0.95 0.51 0.12
HSL 332.24º 0.91% 0.46% -
HSV(B) 332.24º 0.95% 0.88% -
XYZ 33.99 17.37 16.31 -
YUV 86.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 225 11 110 0 0.95 0.51 0.12 332.24 0.91 0.46
Hex E1 B 6E 0 5F 33 C 14C 5B 2E
Octal 341 13 156 0 137 63 14 514 133 56
Binary 11100001 1011 1101110 0 1011111 110011 1100 101001100 1011011 101110

Color Harmonies of #E10B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B6E

Black with #E10B6E

Text Example


Text Example

White with #E10B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B6E; }

 p { color: rgb(225,11,110); }

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

background-color css

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

 a { background-color: rgb(225,11,110); }

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

border-color css

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

 span { border-color: rgb(225,11,110); }

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