Html Css Color HEX #EA2074 Ruby

📋 copy color: '#EA2074'

red 234 ◦ green 32 ◦ blue 116

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

Shades of Ruby #EA2074

Tints of Ruby #EA2074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.38%

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

R = 61.26%
G = 8.38%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2074 (or 0xEA2074) is known color: Ruby. HEX triplet: EA, 20 and 74. RGB value is (234,32,116). Sum of RGB (Red+Green+Blue) = 234+32+116=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2074 is #15DF8B. Grayscale: #656565. Windows color (decimal): -1433484 or 7610602. OLE color: 7610602.

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

Color convert

RGB 234 32 116 -
CMYK 0 0.86 0.50 0.08
HSL 335.05º 0.83% 0.52% -
HSV(B) 335.05º 0.86% 0.92% -
XYZ 37.6 19.79 18.36 -
YUV 101.97 135.92 222.17 -
System Red Green Blue C M Y K H S L
Decimal 234 32 116 0 0.86 0.50 0.08 335.05 0.83 0.52
Hex EA 20 74 0 56 32 8 14F 53 34
Octal 352 40 164 0 126 62 10 517 123 64
Binary 11101010 100000 1110100 0 1010110 110010 1000 101001111 1010011 110100

Color Harmonies of #EA2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2074

Black with #EA2074

Text Example


Text Example

White with #EA2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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