Html Css Color HEX #E70678 Ruby

📋 copy color: '#E70678'

red 231 ◦ green 6 ◦ blue 120

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

Shades of Ruby #E70678

Tints of Ruby #E70678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 64.71%
G = 1.68%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E70678 (or 0xE70678) is known color: Ruby. HEX triplet: E7, 06 and 78. RGB value is (231,6,120). Sum of RGB (Red+Green+Blue) = 231+6+120=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E70678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70678 is #18F987. Grayscale: #565656. Windows color (decimal): -1636744 or 7866087. OLE color: 7866087.

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

Color convert

RGB 231 6 120 -
CMYK 0 0.97 0.48 0.09
HSL 329.6º 0.95% 0.46% -
HSV(B) 329.6º 0.97% 0.91% -
XYZ 36.41 18.48 19.42 -
YUV 86.27 147.04 231.23 -
System Red Green Blue C M Y K H S L
Decimal 231 6 120 0 0.97 0.48 0.09 329.6 0.95 0.46
Hex E7 6 78 0 61 30 9 14A 5F 2E
Octal 347 6 170 0 141 60 11 512 137 56
Binary 11100111 110 1111000 0 1100001 110000 1001 101001010 1011111 101110

Color Harmonies of #E70678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70678

Black with #E70678

Text Example


Text Example

White with #E70678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70678; }

 p { color: rgb(231,6,120); }

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

background-color css

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

 a { background-color: rgb(231,6,120); }

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

border-color css

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

 span { border-color: rgb(231,6,120); }

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