Html Css Color HEX #E71073 Ruby

📋 copy color: '#E71073'

red 231 ◦ green 16 ◦ blue 115

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

Shades of Ruby #E71073

Tints of Ruby #E71073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

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

R = 63.81%
G = 4.42%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E71073 (or 0xE71073) is known color: Ruby. HEX triplet: E7, 10 and 73. RGB value is (231,16,115). Sum of RGB (Red+Green+Blue) = 231+16+115=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E71073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71073 is #18EF8C. Grayscale: #5B5B5B. Windows color (decimal): -1634189 or 7540967. OLE color: 7540967.

HSL color Cylindrical-coordinate representation of color #E71073: hue angle of 332.37º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71073 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 115 -
CMYK 0 0.93 0.50 0.09
HSL 332.37º 0.87% 0.48% -
HSV(B) 332.37º 0.93% 0.91% -
XYZ 36.23 18.6 17.9 -
YUV 91.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 231 16 115 0 0.93 0.50 0.09 332.37 0.87 0.48
Hex E7 10 73 0 5D 32 9 14C 57 30
Octal 347 20 163 0 135 62 11 514 127 60
Binary 11100111 10000 1110011 0 1011101 110010 1001 101001100 1010111 110000

Color Harmonies of #E71073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71073

Black with #E71073

Text Example


Text Example

White with #E71073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71073; }

 p { color: rgb(231,16,115); }

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

background-color css

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

 a { background-color: rgb(231,16,115); }

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

border-color css

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

 span { border-color: rgb(231,16,115); }

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