Html Css Color HEX #EA1858 Ruby

📋 copy color: '#EA1858'

red 234 ◦ green 24 ◦ blue 88

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

Shades of Ruby #EA1858

Tints of Ruby #EA1858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 67.63%
G = 6.94%
B = 25.43%

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

#EA1858 (or 0xEA1858) is known color: Ruby. HEX triplet: EA, 18 and 58. RGB value is (234,24,88). Sum of RGB (Red+Green+Blue) = 234+24+88=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1858 is #15E7A7. Grayscale: #5E5E5E. Windows color (decimal): -1435560 or 5773546. OLE color: 5773546.

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

Color convert

RGB 234 24 88 -
CMYK 0 0.90 0.62 0.08
HSL 341.71º 0.83% 0.51% -
HSV(B) 341.71º 0.9% 0.92% -
XYZ 36.02 18.85 10.97 -
YUV 94.09 124.57 227.8 -
System Red Green Blue C M Y K H S L
Decimal 234 24 88 0 0.90 0.62 0.08 341.71 0.83 0.51
Hex EA 18 58 0 5A 3E 8 156 53 33
Octal 352 30 130 0 132 76 10 526 123 63
Binary 11101010 11000 1011000 0 1011010 111110 1000 101010110 1010011 110011

Color Harmonies of #EA1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1858

Black with #EA1858

Text Example


Text Example

White with #EA1858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1858; }

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

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

background-color css

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

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

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

border-color css

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

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

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