Html Css Color HEX #EA185A Ruby

📋 copy color: '#EA185A'

red 234 ◦ green 24 ◦ blue 90

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

Shades of Ruby #EA185A

Tints of Ruby #EA185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 67.24%
G = 6.9%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA185A (or 0xEA185A) is known color: Ruby. HEX triplet: EA, 18 and 5A. RGB value is (234,24,90). Sum of RGB (Red+Green+Blue) = 234+24+90=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA185A is #15E7A5. Grayscale: #5E5E5E. Windows color (decimal): -1435558 or 5904618. OLE color: 5904618.

HSL color Cylindrical-coordinate representation of color #EA185A: hue angle of 341.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA185A is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 90 -
CMYK 0 0.90 0.62 0.08
HSL 341.14º 0.83% 0.51% -
HSV(B) 341.14º 0.9% 0.92% -
XYZ 36.1 18.88 11.41 -
YUV 94.31 125.57 227.63 -
System Red Green Blue C M Y K H S L
Decimal 234 24 90 0 0.90 0.62 0.08 341.14 0.83 0.51
Hex EA 18 5A 0 5A 3E 8 155 53 33
Octal 352 30 132 0 132 76 10 525 123 63
Binary 11101010 11000 1011010 0 1011010 111110 1000 101010101 1010011 110011

Color Harmonies of #EA185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA185A

Black with #EA185A

Text Example


Text Example

White with #EA185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA185A; }

 p { color: rgb(234,24,90); }

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

background-color css

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

 a { background-color: rgb(234,24,90); }

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

border-color css

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

 span { border-color: rgb(234,24,90); }

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