Html Css Color HEX #E71069 Ruby

📋 copy color: '#E71069'

red 231 ◦ green 16 ◦ blue 105

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

Shades of Ruby #E71069

Tints of Ruby #E71069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 65.63%
G = 4.55%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E71069 (or 0xE71069) is known color: Ruby. HEX triplet: E7, 10 and 69. RGB value is (231,16,105). Sum of RGB (Red+Green+Blue) = 231+16+105=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E71069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71069 is #18EF96. Grayscale: #5A5A5A. Windows color (decimal): -1634199 or 6885607. OLE color: 6885607.

HSL color Cylindrical-coordinate representation of color #E71069: hue angle of 335.16º 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 #E71069 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 105 -
CMYK 0 0.93 0.55 0.09
HSL 335.16º 0.87% 0.48% -
HSV(B) 335.16º 0.93% 0.91% -
XYZ 35.69 18.38 15.03 -
YUV 90.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 231 16 105 0 0.93 0.55 0.09 335.16 0.87 0.48
Hex E7 10 69 0 5D 37 9 14F 57 30
Octal 347 20 151 0 135 67 11 517 127 60
Binary 11100111 10000 1101001 0 1011101 110111 1001 101001111 1010111 110000

Color Harmonies of #E71069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71069

Black with #E71069

Text Example


Text Example

White with #E71069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71069; }

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

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

background-color css

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

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

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

border-color css

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

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

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