Html Css Color HEX #E7077B Ruby

📋 copy color: '#E7077B'

red 231 ◦ green 7 ◦ blue 123

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

Shades of Ruby #E7077B

Tints of Ruby #E7077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 63.99%
G = 1.94%
B = 34.07%

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

#E7077B (or 0xE7077B) is known color: Ruby. HEX triplet: E7, 07 and 7B. RGB value is (231,7,123). Sum of RGB (Red+Green+Blue) = 231+7+123=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7077B is #18F884. Grayscale: #565656. Windows color (decimal): -1636485 or 8062951. OLE color: 8062951.

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

Color convert

RGB 231 7 123 -
CMYK 0 0.97 0.47 0.09
HSL 328.93º 0.94% 0.47% -
HSV(B) 328.93º 0.97% 0.91% -
XYZ 36.61 18.57 20.39 -
YUV 87.2 148.21 230.57 -
System Red Green Blue C M Y K H S L
Decimal 231 7 123 0 0.97 0.47 0.09 328.93 0.94 0.47
Hex E7 7 7B 0 61 2F 9 149 5E 2F
Octal 347 7 173 0 141 57 11 511 136 57
Binary 11100111 111 1111011 0 1100001 101111 1001 101001001 1011110 101111

Color Harmonies of #E7077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7077B

Black with #E7077B

Text Example


Text Example

White with #E7077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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