Html Css Color HEX #EA1771 Ruby

📋 copy color: '#EA1771'

red 234 ◦ green 23 ◦ blue 113

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

Shades of Ruby #EA1771

Tints of Ruby #EA1771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 63.24%
G = 6.22%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA1771 (or 0xEA1771) is known color: Ruby. HEX triplet: EA, 17 and 71. RGB value is (234,23,113). Sum of RGB (Red+Green+Blue) = 234+23+113=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1771 is #15E88E. Grayscale: #606060. Windows color (decimal): -1435791 or 7411690. OLE color: 7411690.

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

Color convert

RGB 234 23 113 -
CMYK 0 0.90 0.52 0.08
HSL 334.41º 0.83% 0.5% -
HSV(B) 334.41º 0.9% 0.92% -
XYZ 37.22 19.3 17.39 -
YUV 96.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 234 23 113 0 0.90 0.52 0.08 334.41 0.83 0.5
Hex EA 17 71 0 5A 34 8 14E 53 32
Octal 352 27 161 0 132 64 10 516 123 62
Binary 11101010 10111 1110001 0 1011010 110100 1000 101001110 1010011 110010

Color Harmonies of #EA1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1771

Black with #EA1771

Text Example


Text Example

White with #EA1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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