Html Css Color HEX #E9077A Ruby

📋 copy color: '#E9077A'

red 233 ◦ green 7 ◦ blue 122

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

Shades of Ruby #E9077A

Tints of Ruby #E9077A

RGB

 RED value IS 233 (91.41% from 255) = 64.36%

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

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

R = 64.36%
G = 1.93%
B = 33.7%

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

#E9077A (or 0xE9077A) is known color: Ruby. HEX triplet: E9, 07 and 7A. RGB value is (233,7,122). Sum of RGB (Red+Green+Blue) = 233+7+122=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9077A is #16F885. Grayscale: #575757. Windows color (decimal): -1505414 or 7997417. OLE color: 7997417.

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

Color convert

RGB 233 7 122 -
CMYK 0 0.97 0.48 0.09
HSL 329.47º 0.94% 0.47% -
HSV(B) 329.47º 0.97% 0.91% -
XYZ 37.19 18.88 20.1 -
YUV 87.68 147.37 231.65 -
System Red Green Blue C M Y K H S L
Decimal 233 7 122 0 0.97 0.48 0.09 329.47 0.94 0.47
Hex E9 7 7A 0 61 30 9 149 5E 2F
Octal 351 7 172 0 141 60 11 511 136 57
Binary 11101001 111 1111010 0 1100001 110000 1001 101001001 1011110 101111

Color Harmonies of #E9077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9077A

Black with #E9077A

Text Example


Text Example

White with #E9077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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