Html Css Color HEX #E70E63 Ruby

📋 copy color: '#E70E63'

red 231 ◦ green 14 ◦ blue 99

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

Shades of Ruby #E70E63

Tints of Ruby #E70E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.07%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 67.15%
G = 4.07%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E70E63 (or 0xE70E63) is known color: Ruby. HEX triplet: E7, 0E and 63. RGB value is (231,14,99). Sum of RGB (Red+Green+Blue) = 231+14+99=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E63 is #18F19C. Grayscale: #585858. Windows color (decimal): -1634717 or 6491879. OLE color: 6491879.

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

Color convert

RGB 231 14 99 -
CMYK 0 0.94 0.57 0.09
HSL 336.5º 0.89% 0.48% -
HSV(B) 336.5º 0.94% 0.91% -
XYZ 35.36 18.2 13.45 -
YUV 88.57 133.89 229.59 -
System Red Green Blue C M Y K H S L
Decimal 231 14 99 0 0.94 0.57 0.09 336.5 0.89 0.48
Hex E7 E 63 0 5E 39 9 150 59 30
Octal 347 16 143 0 136 71 11 520 131 60
Binary 11100111 1110 1100011 0 1011110 111001 1001 101010000 1011001 110000

Color Harmonies of #E70E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E63

Black with #E70E63

Text Example


Text Example

White with #E70E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E63; }

 p { color: rgb(231,14,99); }

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

background-color css

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

 a { background-color: rgb(231,14,99); }

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

border-color css

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

 span { border-color: rgb(231,14,99); }

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