Html Css Color HEX #E71570 Ruby

📋 copy color: '#E71570'

red 231 ◦ green 21 ◦ blue 112

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

Shades of Ruby #E71570

Tints of Ruby #E71570

RGB

 RED value IS 231 (90.63% from 255) = 63.46%

 GREEN value IS 21 (8.59% from 255) = 5.77%

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

R = 63.46%
G = 5.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E71570 (or 0xE71570) is known color: Ruby. HEX triplet: E7, 15 and 70. RGB value is (231,21,112). Sum of RGB (Red+Green+Blue) = 231+21+112=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E71570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71570 is #18EA8F. Grayscale: #5E5E5E. Windows color (decimal): -1632912 or 7345639. OLE color: 7345639.

HSL color Cylindrical-coordinate representation of color #E71570: hue angle of 334º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71570 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 21 112 -
CMYK 0 0.91 0.52 0.09
HSL 334º 0.83% 0.49% -
HSV(B) 334º 0.91% 0.91% -
XYZ 36.15 18.7 17.03 -
YUV 94.16 138.07 225.6 -
System Red Green Blue C M Y K H S L
Decimal 231 21 112 0 0.91 0.52 0.09 334 0.83 0.49
Hex E7 15 70 0 5B 34 9 14E 53 31
Octal 347 25 160 0 133 64 11 516 123 61
Binary 11100111 10101 1110000 0 1011011 110100 1001 101001110 1010011 110001

Color Harmonies of #E71570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71570

Black with #E71570

Text Example


Text Example

White with #E71570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71570; }

 p { color: rgb(231,21,112); }

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

background-color css

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

 a { background-color: rgb(231,21,112); }

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

border-color css

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

 span { border-color: rgb(231,21,112); }

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