Html Css Color HEX #EA1474 Ruby

📋 copy color: '#EA1474'

red 234 ◦ green 20 ◦ blue 116

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

Shades of Ruby #EA1474

Tints of Ruby #EA1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 63.24%
G = 5.41%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA1474 (or 0xEA1474) is known color: Ruby. HEX triplet: EA, 14 and 74. RGB value is (234,20,116). Sum of RGB (Red+Green+Blue) = 234+20+116=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1474 is #15EB8B. Grayscale: #5E5E5E. Windows color (decimal): -1436556 or 7607530. OLE color: 7607530.

HSL color Cylindrical-coordinate representation of color #EA1474: hue angle of 333.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1474 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 20 116 -
CMYK 0 0.91 0.50 0.08
HSL 333.08º 0.84% 0.5% -
HSV(B) 333.08º 0.91% 0.92% -
XYZ 37.33 19.25 18.27 -
YUV 94.93 139.9 227.19 -
System Red Green Blue C M Y K H S L
Decimal 234 20 116 0 0.91 0.50 0.08 333.08 0.84 0.5
Hex EA 14 74 0 5B 32 8 14D 54 32
Octal 352 24 164 0 133 62 10 515 124 62
Binary 11101010 10100 1110100 0 1011011 110010 1000 101001101 1010100 110010

Color Harmonies of #EA1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1474

Black with #EA1474

Text Example


Text Example

White with #EA1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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