Html Css Color HEX #EA156E Ruby

📋 copy color: '#EA156E'

red 234 ◦ green 21 ◦ blue 110

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

Shades of Ruby #EA156E

Tints of Ruby #EA156E

RGB

 RED value IS 234 (91.8% from 255) = 64.11%

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 64.11%
G = 5.75%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA156E (or 0xEA156E) is known color: Ruby. HEX triplet: EA, 15 and 6E. RGB value is (234,21,110). Sum of RGB (Red+Green+Blue) = 234+21+110=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA156E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA156E is #15EA91. Grayscale: #5E5E5E. Windows color (decimal): -1436306 or 7214570. OLE color: 7214570.

HSL color Cylindrical-coordinate representation of color #EA156E: hue angle of 334.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA156E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 110 -
CMYK 0 0.91 0.53 0.08
HSL 334.93º 0.84% 0.5% -
HSV(B) 334.93º 0.91% 0.92% -
XYZ 37.01 19.15 16.5 -
YUV 94.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 234 21 110 0 0.91 0.53 0.08 334.93 0.84 0.5
Hex EA 15 6E 0 5B 35 8 14F 54 32
Octal 352 25 156 0 133 65 10 517 124 62
Binary 11101010 10101 1101110 0 1011011 110101 1000 101001111 1010100 110010

Color Harmonies of #EA156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA156E

Black with #EA156E

Text Example


Text Example

White with #EA156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA156E; }

 p { color: rgb(234,21,110); }

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

background-color css

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

 a { background-color: rgb(234,21,110); }

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

border-color css

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

 span { border-color: rgb(234,21,110); }

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