Html Css Color HEX #EA1074 Ruby

📋 copy color: '#EA1074'

red 234 ◦ green 16 ◦ blue 116

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

Shades of Ruby #EA1074

Tints of Ruby #EA1074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 63.93%
G = 4.37%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA1074 (or 0xEA1074) is known color: Ruby. HEX triplet: EA, 10 and 74. RGB value is (234,16,116). Sum of RGB (Red+Green+Blue) = 234+16+116=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1074 is #15EF8B. Grayscale: #5C5C5C. Windows color (decimal): -1437580 or 7606506. OLE color: 7606506.

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

Color convert

RGB 234 16 116 -
CMYK 0 0.93 0.50 0.08
HSL 332.48º 0.87% 0.49% -
HSV(B) 332.48º 0.93% 0.92% -
XYZ 37.27 19.12 18.25 -
YUV 92.58 141.22 228.87 -
System Red Green Blue C M Y K H S L
Decimal 234 16 116 0 0.93 0.50 0.08 332.48 0.87 0.49
Hex EA 10 74 0 5D 32 8 14C 57 31
Octal 352 20 164 0 135 62 10 514 127 61
Binary 11101010 10000 1110100 0 1011101 110010 1000 101001100 1010111 110001

Color Harmonies of #EA1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1074

Black with #EA1074

Text Example


Text Example

White with #EA1074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1074; }

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

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

background-color css

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

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

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

border-color css

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

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

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