Html Css Color HEX #EA1271 Ruby

📋 copy color: '#EA1271'

red 234 ◦ green 18 ◦ blue 113

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

Shades of Ruby #EA1271

Tints of Ruby #EA1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 64.11%
G = 4.93%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA1271 (or 0xEA1271) is known color: Ruby. HEX triplet: EA, 12 and 71. RGB value is (234,18,113). Sum of RGB (Red+Green+Blue) = 234+18+113=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1271 is #15ED8E. Grayscale: #5D5D5D. Windows color (decimal): -1437071 or 7410410. OLE color: 7410410.

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

Color convert

RGB 234 18 113 -
CMYK 0 0.92 0.52 0.08
HSL 333.61º 0.86% 0.49% -
HSV(B) 333.61º 0.92% 0.92% -
XYZ 37.13 19.12 17.36 -
YUV 93.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 234 18 113 0 0.92 0.52 0.08 333.61 0.86 0.49
Hex EA 12 71 0 5C 34 8 14E 56 31
Octal 352 22 161 0 134 64 10 516 126 61
Binary 11101010 10010 1110001 0 1011100 110100 1000 101001110 1010110 110001

Color Harmonies of #EA1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1271

Black with #EA1271

Text Example


Text Example

White with #EA1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1271; }

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

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

background-color css

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

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

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

border-color css

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

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

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