Html Css Color HEX #E61970 Ruby

📋 copy color: '#E61970'

red 230 ◦ green 25 ◦ blue 112

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

Shades of Ruby #E61970

Tints of Ruby #E61970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 62.67%
G = 6.81%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E61970 (or 0xE61970) is known color: Ruby. HEX triplet: E6, 19 and 70. RGB value is (230,25,112). Sum of RGB (Red+Green+Blue) = 230+25+112=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61970 is #19E68F. Grayscale: #606060. Windows color (decimal): -1697424 or 7346662. OLE color: 7346662.

HSL color Cylindrical-coordinate representation of color #E61970: hue angle of 334.54º 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 #E61970 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 112 -
CMYK 0 0.89 0.51 0.10
HSL 334.54º 0.8% 0.5% -
HSV(B) 334.54º 0.89% 0.9% -
XYZ 35.91 18.69 17.04 -
YUV 96.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 230 25 112 0 0.89 0.51 0.10 334.54 0.8 0.5
Hex E6 19 70 0 59 33 A 14F 50 32
Octal 346 31 160 0 131 63 12 517 120 62
Binary 11100110 11001 1110000 0 1011001 110011 1010 101001111 1010000 110010

Color Harmonies of #E61970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61970

Black with #E61970

Text Example


Text Example

White with #E61970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61970; }

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

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

background-color css

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

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

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

border-color css

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

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

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