Html Css Color HEX #EA155D Ruby

📋 copy color: '#EA155D'

red 234 ◦ green 21 ◦ blue 93

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

Shades of Ruby #EA155D

Tints of Ruby #EA155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 67.24%
G = 6.03%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA155D (or 0xEA155D) is known color: Ruby. HEX triplet: EA, 15 and 5D. RGB value is (234,21,93). Sum of RGB (Red+Green+Blue) = 234+21+93=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA155D is #15EAA2. Grayscale: #5C5C5C. Windows color (decimal): -1436323 or 6100458. OLE color: 6100458.

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

Color convert

RGB 234 21 93 -
CMYK 0 0.91 0.60 0.08
HSL 339.72º 0.84% 0.5% -
HSV(B) 339.72º 0.91% 0.92% -
XYZ 36.18 18.82 12.08 -
YUV 92.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 234 21 93 0 0.91 0.60 0.08 339.72 0.84 0.5
Hex EA 15 5D 0 5B 3C 8 154 54 32
Octal 352 25 135 0 133 74 10 524 124 62
Binary 11101010 10101 1011101 0 1011011 111100 1000 101010100 1010100 110010

Color Harmonies of #EA155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA155D

Black with #EA155D

Text Example


Text Example

White with #EA155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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