Html Css Color HEX #E61877 Ruby

📋 copy color: '#E61877'

red 230 ◦ green 24 ◦ blue 119

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

Shades of Ruby #E61877

Tints of Ruby #E61877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

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

R = 61.66%
G = 6.43%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E61877 (or 0xE61877) is known color: Ruby. HEX triplet: E6, 18 and 77. RGB value is (230,24,119). Sum of RGB (Red+Green+Blue) = 230+24+119=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E61877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61877 is #19E788. Grayscale: #606060. Windows color (decimal): -1697673 or 7805158. OLE color: 7805158.

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

Color convert

RGB 230 24 119 -
CMYK 0 0.90 0.48 0.10
HSL 332.33º 0.81% 0.5% -
HSV(B) 332.33º 0.9% 0.9% -
XYZ 36.29 18.81 19.17 -
YUV 96.42 140.75 223.28 -
System Red Green Blue C M Y K H S L
Decimal 230 24 119 0 0.90 0.48 0.10 332.33 0.81 0.5
Hex E6 18 77 0 5A 30 A 14C 51 32
Octal 346 30 167 0 132 60 12 514 121 62
Binary 11100110 11000 1110111 0 1011010 110000 1010 101001100 1010001 110010

Color Harmonies of #E61877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61877

Black with #E61877

Text Example


Text Example

White with #E61877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61877; }

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

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

background-color css

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

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

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

border-color css

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

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

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