Html Css Color HEX #E9057C Ruby

📋 copy color: '#E9057C'

red 233 ◦ green 5 ◦ blue 124

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

Shades of Ruby #E9057C

Tints of Ruby #E9057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 64.36%
G = 1.38%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9057C (or 0xE9057C) is known color: Ruby. HEX triplet: E9, 05 and 7C. RGB value is (233,5,124). Sum of RGB (Red+Green+Blue) = 233+5+124=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9057C is #16FA83. Grayscale: #565656. Windows color (decimal): -1505924 or 8127977. OLE color: 8127977.

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

Color convert

RGB 233 5 124 -
CMYK 0 0.98 0.47 0.09
HSL 328.68º 0.96% 0.47% -
HSV(B) 328.68º 0.98% 0.91% -
XYZ 37.3 18.89 20.75 -
YUV 86.74 149.04 232.32 -
System Red Green Blue C M Y K H S L
Decimal 233 5 124 0 0.98 0.47 0.09 328.68 0.96 0.47
Hex E9 5 7C 0 62 2F 9 149 60 2F
Octal 351 5 174 0 142 57 11 511 140 57
Binary 11101001 101 1111100 0 1100010 101111 1001 101001001 1100000 101111

Color Harmonies of #E9057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9057C

Black with #E9057C

Text Example


Text Example

White with #E9057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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