Html Css Color HEX #EA156D Ruby

📋 copy color: '#EA156D'

red 234 ◦ green 21 ◦ blue 109

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

Shades of Ruby #EA156D

Tints of Ruby #EA156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 64.29%
G = 5.77%
B = 29.95%

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

#EA156D (or 0xEA156D) is known color: Ruby. HEX triplet: EA, 15 and 6D. RGB value is (234,21,109). Sum of RGB (Red+Green+Blue) = 234+21+109=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA156D is #15EA92. Grayscale: #5E5E5E. Windows color (decimal): -1436307 or 7149034. OLE color: 7149034.

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

Color convert

RGB 234 21 109 -
CMYK 0 0.91 0.53 0.08
HSL 335.21º 0.84% 0.5% -
HSV(B) 335.21º 0.91% 0.92% -
XYZ 36.96 19.13 16.21 -
YUV 94.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 234 21 109 0 0.91 0.53 0.08 335.21 0.84 0.5
Hex EA 15 6D 0 5B 35 8 14F 54 32
Octal 352 25 155 0 133 65 10 517 124 62
Binary 11101010 10101 1101101 0 1011011 110101 1000 101001111 1010100 110010

Color Harmonies of #EA156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA156D

Black with #EA156D

Text Example


Text Example

White with #EA156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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