Html Css Color HEX #EA1671 Ruby

📋 copy color: '#EA1671'

red 234 ◦ green 22 ◦ blue 113

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

Shades of Ruby #EA1671

Tints of Ruby #EA1671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

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

R = 63.41%
G = 5.96%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA1671 (or 0xEA1671) is known color: Ruby. HEX triplet: EA, 16 and 71. RGB value is (234,22,113). Sum of RGB (Red+Green+Blue) = 234+22+113=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1671 is #15E98E. Grayscale: #5F5F5F. Windows color (decimal): -1436047 or 7411434. OLE color: 7411434.

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

Color convert

RGB 234 22 113 -
CMYK 0 0.91 0.52 0.08
HSL 334.25º 0.83% 0.5% -
HSV(B) 334.25º 0.91% 0.92% -
XYZ 37.2 19.26 17.38 -
YUV 95.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 234 22 113 0 0.91 0.52 0.08 334.25 0.83 0.5
Hex EA 16 71 0 5B 34 8 14E 53 32
Octal 352 26 161 0 133 64 10 516 123 62
Binary 11101010 10110 1110001 0 1011011 110100 1000 101001110 1010011 110010

Color Harmonies of #EA1671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1671

Black with #EA1671

Text Example


Text Example

White with #EA1671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1671; }

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

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

background-color css

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

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

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

border-color css

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

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

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