Html Css Color HEX #EA1772 Ruby

📋 copy color: '#EA1772'

red 234 ◦ green 23 ◦ blue 114

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

Shades of Ruby #EA1772

Tints of Ruby #EA1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 63.07%
G = 6.2%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA1772 (or 0xEA1772) is known color: Ruby. HEX triplet: EA, 17 and 72. RGB value is (234,23,114). Sum of RGB (Red+Green+Blue) = 234+23+114=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1772 is #15E88D. Grayscale: #606060. Windows color (decimal): -1435790 or 7477226. OLE color: 7477226.

HSL color Cylindrical-coordinate representation of color #EA1772: hue angle of 334.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1772 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 114 -
CMYK 0 0.90 0.51 0.08
HSL 334.12º 0.83% 0.5% -
HSV(B) 334.12º 0.9% 0.92% -
XYZ 37.28 19.32 17.68 -
YUV 96.46 137.9 226.1 -
System Red Green Blue C M Y K H S L
Decimal 234 23 114 0 0.90 0.51 0.08 334.12 0.83 0.5
Hex EA 17 72 0 5A 33 8 14E 53 32
Octal 352 27 162 0 132 63 10 516 123 62
Binary 11101010 10111 1110010 0 1011010 110011 1000 101001110 1010011 110010

Color Harmonies of #EA1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1772

Black with #EA1772

Text Example


Text Example

White with #EA1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1772; }

 p { color: rgb(234,23,114); }

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

background-color css

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

 a { background-color: rgb(234,23,114); }

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

border-color css

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

 span { border-color: rgb(234,23,114); }

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