Html Css Color HEX #E8077B Ruby

📋 copy color: '#E8077B'

red 232 ◦ green 7 ◦ blue 123

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

Shades of Ruby #E8077B

Tints of Ruby #E8077B

RGB

 RED value IS 232 (91.02% from 255) = 64.09%

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

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

R = 64.09%
G = 1.93%
B = 33.98%

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

#E8077B (or 0xE8077B) is known color: Ruby. HEX triplet: E8, 07 and 7B. RGB value is (232,7,123). Sum of RGB (Red+Green+Blue) = 232+7+123=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8077B is #17F884. Grayscale: #575757. Windows color (decimal): -1570949 or 8062952. OLE color: 8062952.

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

Color convert

RGB 232 7 123 -
CMYK 0 0.97 0.47 0.09
HSL 329.07º 0.94% 0.47% -
HSV(B) 329.07º 0.97% 0.91% -
XYZ 36.93 18.74 20.41 -
YUV 87.5 148.04 231.07 -
System Red Green Blue C M Y K H S L
Decimal 232 7 123 0 0.97 0.47 0.09 329.07 0.94 0.47
Hex E8 7 7B 0 61 2F 9 149 5E 2F
Octal 350 7 173 0 141 57 11 511 136 57
Binary 11101000 111 1111011 0 1100001 101111 1001 101001001 1011110 101111

Color Harmonies of #E8077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8077B

Black with #E8077B

Text Example


Text Example

White with #E8077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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