Html Css Color HEX #EA1863 Ruby

📋 copy color: '#EA1863'

red 234 ◦ green 24 ◦ blue 99

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

Shades of Ruby #EA1863

Tints of Ruby #EA1863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 65.55%
G = 6.72%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA1863 (or 0xEA1863) is known color: Ruby. HEX triplet: EA, 18 and 63. RGB value is (234,24,99). Sum of RGB (Red+Green+Blue) = 234+24+99=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1863 is #15E79C. Grayscale: #5F5F5F. Windows color (decimal): -1435549 or 6494442. OLE color: 6494442.

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

Color convert

RGB 234 24 99 -
CMYK 0 0.90 0.58 0.08
HSL 338.57º 0.83% 0.51% -
HSV(B) 338.57º 0.9% 0.92% -
XYZ 36.51 19.05 13.56 -
YUV 95.34 130.07 226.9 -
System Red Green Blue C M Y K H S L
Decimal 234 24 99 0 0.90 0.58 0.08 338.57 0.83 0.51
Hex EA 18 63 0 5A 3A 8 153 53 33
Octal 352 30 143 0 132 72 10 523 123 63
Binary 11101010 11000 1100011 0 1011010 111010 1000 101010011 1010011 110011

Color Harmonies of #EA1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1863

Black with #EA1863

Text Example


Text Example

White with #EA1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1863; }

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

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

background-color css

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

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

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

border-color css

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

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

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