Html Css Color HEX #E61175 Ruby

📋 copy color: '#E61175'

red 230 ◦ green 17 ◦ blue 117

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

Shades of Ruby #E61175

Tints of Ruby #E61175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 63.19%
G = 4.67%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E61175 (or 0xE61175) is known color: Ruby. HEX triplet: E6, 11 and 75. RGB value is (230,17,117). Sum of RGB (Red+Green+Blue) = 230+17+117=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E61175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61175 is #19EE8A. Grayscale: #5B5B5B. Windows color (decimal): -1699467 or 7672294. OLE color: 7672294.

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

Color convert

RGB 230 17 117 -
CMYK 0 0.93 0.49 0.10
HSL 331.83º 0.86% 0.48% -
HSV(B) 331.83º 0.93% 0.9% -
XYZ 36.04 18.51 18.5 -
YUV 92.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 230 17 117 0 0.93 0.49 0.10 331.83 0.86 0.48
Hex E6 11 75 0 5D 31 A 14C 56 30
Octal 346 21 165 0 135 61 12 514 126 60
Binary 11100110 10001 1110101 0 1011101 110001 1010 101001100 1010110 110000

Color Harmonies of #E61175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61175

Black with #E61175

Text Example


Text Example

White with #E61175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61175; }

 p { color: rgb(230,17,117); }

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

background-color css

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

 a { background-color: rgb(230,17,117); }

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

border-color css

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

 span { border-color: rgb(230,17,117); }

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