Html Css Color HEX #EA1874 Ruby

📋 copy color: '#EA1874'

red 234 ◦ green 24 ◦ blue 116

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

Shades of Ruby #EA1874

Tints of Ruby #EA1874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 62.57%
G = 6.42%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA1874 (or 0xEA1874) is known color: Ruby. HEX triplet: EA, 18 and 74. RGB value is (234,24,116). Sum of RGB (Red+Green+Blue) = 234+24+116=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1874 is #15E78B. Grayscale: #616161. Windows color (decimal): -1435532 or 7608554. OLE color: 7608554.

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

Color convert

RGB 234 24 116 -
CMYK 0 0.90 0.50 0.08
HSL 333.71º 0.83% 0.51% -
HSV(B) 333.71º 0.9% 0.92% -
XYZ 37.41 19.41 18.3 -
YUV 97.28 138.57 225.52 -
System Red Green Blue C M Y K H S L
Decimal 234 24 116 0 0.90 0.50 0.08 333.71 0.83 0.51
Hex EA 18 74 0 5A 32 8 14E 53 33
Octal 352 30 164 0 132 62 10 516 123 63
Binary 11101010 11000 1110100 0 1011010 110010 1000 101001110 1010011 110011

Color Harmonies of #EA1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1874

Black with #EA1874

Text Example


Text Example

White with #EA1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1874; }

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

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

background-color css

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

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

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

border-color css

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

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

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