Html Css Color HEX #EA1857 Ruby

📋 copy color: '#EA1857'

red 234 ◦ green 24 ◦ blue 87

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

Shades of Ruby #EA1857

Tints of Ruby #EA1857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 67.83%
G = 6.96%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA1857 (or 0xEA1857) is known color: Ruby. HEX triplet: EA, 18 and 57. RGB value is (234,24,87). Sum of RGB (Red+Green+Blue) = 234+24+87=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1857 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1857 is #15E7A8. Grayscale: #5D5D5D. Windows color (decimal): -1435561 or 5708010. OLE color: 5708010.

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

Color convert

RGB 234 24 87 -
CMYK 0 0.90 0.63 0.08
HSL 342º 0.83% 0.51% -
HSV(B) 342º 0.9% 0.92% -
XYZ 35.98 18.83 10.76 -
YUV 93.97 124.07 227.88 -
System Red Green Blue C M Y K H S L
Decimal 234 24 87 0 0.90 0.63 0.08 342 0.83 0.51
Hex EA 18 57 0 5A 3F 8 156 53 33
Octal 352 30 127 0 132 77 10 526 123 63
Binary 11101010 11000 1010111 0 1011010 111111 1000 101010110 1010011 110011

Color Harmonies of #EA1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1857

Black with #EA1857

Text Example


Text Example

White with #EA1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1857; }

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

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

background-color css

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

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

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

border-color css

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

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

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