Html Css Color HEX #E61973 Ruby

📋 copy color: '#E61973'

red 230 ◦ green 25 ◦ blue 115

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

Shades of Ruby #E61973

Tints of Ruby #E61973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 62.16%
G = 6.76%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E61973 (or 0xE61973) is known color: Ruby. HEX triplet: E6, 19 and 73. RGB value is (230,25,115). Sum of RGB (Red+Green+Blue) = 230+25+115=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E61973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61973 is #19E68C. Grayscale: #606060. Windows color (decimal): -1697421 or 7543270. OLE color: 7543270.

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

Color convert

RGB 230 25 115 -
CMYK 0 0.89 0.5 0.10
HSL 333.66º 0.8% 0.5% -
HSV(B) 333.66º 0.89% 0.9% -
XYZ 36.08 18.76 17.94 -
YUV 96.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 230 25 115 0 0.89 0.5 0.10 333.66 0.8 0.5
Hex E6 19 73 0 59 32 A 14E 50 32
Octal 346 31 163 0 131 62 12 516 120 62
Binary 11100110 11001 1110011 0 1011001 110010 1010 101001110 1010000 110010

Color Harmonies of #E61973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61973

Black with #E61973

Text Example


Text Example

White with #E61973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61973; }

 p { color: rgb(230,25,115); }

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

background-color css

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

 a { background-color: rgb(230,25,115); }

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

border-color css

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

 span { border-color: rgb(230,25,115); }

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