Html Css Color HEX #EA1677 Ruby

📋 copy color: '#EA1677'

red 234 ◦ green 22 ◦ blue 119

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

Shades of Ruby #EA1677

Tints of Ruby #EA1677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.73%

R = 62.4%
G = 5.87%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA1677 (or 0xEA1677) is known color: Ruby. HEX triplet: EA, 16 and 77. RGB value is (234,22,119). Sum of RGB (Red+Green+Blue) = 234+22+119=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1677 is #15E988. Grayscale: #606060. Windows color (decimal): -1436041 or 7804650. OLE color: 7804650.

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

Color convert

RGB 234 22 119 -
CMYK 0 0.91 0.49 0.08
HSL 332.55º 0.83% 0.5% -
HSV(B) 332.55º 0.91% 0.92% -
XYZ 37.55 19.4 19.22 -
YUV 96.45 140.74 226.11 -
System Red Green Blue C M Y K H S L
Decimal 234 22 119 0 0.91 0.49 0.08 332.55 0.83 0.5
Hex EA 16 77 0 5B 31 8 14D 53 32
Octal 352 26 167 0 133 61 10 515 123 62
Binary 11101010 10110 1110111 0 1011011 110001 1000 101001101 1010011 110010

Color Harmonies of #EA1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1677

Black with #EA1677

Text Example


Text Example

White with #EA1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1677; }

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

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

background-color css

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

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

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

border-color css

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

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

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