Html Css Color HEX #E7077A Ruby

📋 copy color: '#E7077A'

red 231 ◦ green 7 ◦ blue 122

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

Shades of Ruby #E7077A

Tints of Ruby #E7077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.94%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 64.17%
G = 1.94%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7077A (or 0xE7077A) is known color: Ruby. HEX triplet: E7, 07 and 7A. RGB value is (231,7,122). Sum of RGB (Red+Green+Blue) = 231+7+122=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7077A is #18F885. Grayscale: #565656. Windows color (decimal): -1636486 or 7997415. OLE color: 7997415.

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

Color convert

RGB 231 7 122 -
CMYK 0 0.97 0.47 0.09
HSL 329.2º 0.94% 0.47% -
HSV(B) 329.2º 0.97% 0.91% -
XYZ 36.54 18.55 20.07 -
YUV 87.09 147.71 230.65 -
System Red Green Blue C M Y K H S L
Decimal 231 7 122 0 0.97 0.47 0.09 329.2 0.94 0.47
Hex E7 7 7A 0 61 2F 9 149 5E 2F
Octal 347 7 172 0 141 57 11 511 136 57
Binary 11100111 111 1111010 0 1100001 101111 1001 101001001 1011110 101111

Color Harmonies of #E7077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7077A

Black with #E7077A

Text Example


Text Example

White with #E7077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7077A; }

 p { color: rgb(231,7,122); }

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

background-color css

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

 a { background-color: rgb(231,7,122); }

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

border-color css

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

 span { border-color: rgb(231,7,122); }

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