Html Css Color HEX #E70C76 Ruby

📋 copy color: '#E70C76'

red 231 ◦ green 12 ◦ blue 118

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

Shades of Ruby #E70C76

Tints of Ruby #E70C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.32%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 63.99%
G = 3.32%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E70C76 (or 0xE70C76) is known color: Ruby. HEX triplet: E7, 0C and 76. RGB value is (231,12,118). Sum of RGB (Red+Green+Blue) = 231+12+118=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70C76 is #18F389. Grayscale: #595959. Windows color (decimal): -1635210 or 7736551. OLE color: 7736551.

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

Color convert

RGB 231 12 118 -
CMYK 0 0.95 0.49 0.09
HSL 330.96º 0.9% 0.48% -
HSV(B) 330.96º 0.95% 0.91% -
XYZ 36.36 18.56 18.81 -
YUV 89.57 144.05 228.88 -
System Red Green Blue C M Y K H S L
Decimal 231 12 118 0 0.95 0.49 0.09 330.96 0.9 0.48
Hex E7 C 76 0 5F 31 9 14B 5A 30
Octal 347 14 166 0 137 61 11 513 132 60
Binary 11100111 1100 1110110 0 1011111 110001 1001 101001011 1011010 110000

Color Harmonies of #E70C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C76

Black with #E70C76

Text Example


Text Example

White with #E70C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C76; }

 p { color: rgb(231,12,118); }

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

background-color css

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

 a { background-color: rgb(231,12,118); }

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

border-color css

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

 span { border-color: rgb(231,12,118); }

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