Html Css Color HEX #E9057A Ruby

📋 copy color: '#E9057A'

red 233 ◦ green 5 ◦ blue 122

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

Shades of Ruby #E9057A

Tints of Ruby #E9057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 64.72%
G = 1.39%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9057A (or 0xE9057A) is known color: Ruby. HEX triplet: E9, 05 and 7A. RGB value is (233,5,122). Sum of RGB (Red+Green+Blue) = 233+5+122=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9057A is #16FA85. Grayscale: #565656. Windows color (decimal): -1505926 or 7996905. OLE color: 7996905.

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

Color convert

RGB 233 5 122 -
CMYK 0 0.98 0.48 0.09
HSL 329.21º 0.96% 0.47% -
HSV(B) 329.21º 0.98% 0.91% -
XYZ 37.17 18.84 20.09 -
YUV 86.51 148.04 232.49 -
System Red Green Blue C M Y K H S L
Decimal 233 5 122 0 0.98 0.48 0.09 329.21 0.96 0.47
Hex E9 5 7A 0 62 30 9 149 60 2F
Octal 351 5 172 0 142 60 11 511 140 57
Binary 11101001 101 1111010 0 1100010 110000 1001 101001001 1100000 101111

Color Harmonies of #E9057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9057A

Black with #E9057A

Text Example


Text Example

White with #E9057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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