Html Css Color HEX #E61277 Ruby

📋 copy color: '#E61277'

red 230 ◦ green 18 ◦ blue 119

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

Shades of Ruby #E61277

Tints of Ruby #E61277

RGB

 RED value IS 230 (90.23% from 255) = 62.67%

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

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

R = 62.67%
G = 4.9%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E61277 (or 0xE61277) is known color: Ruby. HEX triplet: E6, 12 and 77. RGB value is (230,18,119). Sum of RGB (Red+Green+Blue) = 230+18+119=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61277 is #19ED88. Grayscale: #5C5C5C. Windows color (decimal): -1699209 or 7803622. OLE color: 7803622.

HSL color Cylindrical-coordinate representation of color #E61277: hue angle of 331.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61277 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 18 119 -
CMYK 0 0.92 0.48 0.10
HSL 331.42º 0.85% 0.49% -
HSV(B) 331.42º 0.92% 0.9% -
XYZ 36.18 18.59 19.13 -
YUV 92.9 142.74 225.79 -
System Red Green Blue C M Y K H S L
Decimal 230 18 119 0 0.92 0.48 0.10 331.42 0.85 0.49
Hex E6 12 77 0 5C 30 A 14B 55 31
Octal 346 22 167 0 134 60 12 513 125 61
Binary 11100110 10010 1110111 0 1011100 110000 1010 101001011 1010101 110001

Color Harmonies of #E61277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61277

Black with #E61277

Text Example


Text Example

White with #E61277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61277; }

 p { color: rgb(230,18,119); }

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

background-color css

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

 a { background-color: rgb(230,18,119); }

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

border-color css

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

 span { border-color: rgb(230,18,119); }

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