Html Css Color HEX #E7057C Ruby

📋 copy color: '#E7057C'

red 231 ◦ green 5 ◦ blue 124

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

Shades of Ruby #E7057C

Tints of Ruby #E7057C

RGB

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

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

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

R = 64.17%
G = 1.39%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7057C (or 0xE7057C) is known color: Ruby. HEX triplet: E7, 05 and 7C. RGB value is (231,5,124). Sum of RGB (Red+Green+Blue) = 231+5+124=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7057C is #18FA83. Grayscale: #555555. Windows color (decimal): -1636996 or 8127975. OLE color: 8127975.

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

Color convert

RGB 231 5 124 -
CMYK 0 0.98 0.46 0.09
HSL 328.41º 0.96% 0.46% -
HSV(B) 328.41º 0.98% 0.91% -
XYZ 36.65 18.55 20.72 -
YUV 86.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 231 5 124 0 0.98 0.46 0.09 328.41 0.96 0.46
Hex E7 5 7C 0 62 2E 9 148 60 2E
Octal 347 5 174 0 142 56 11 510 140 56
Binary 11100111 101 1111100 0 1100010 101110 1001 101001000 1100000 101110

Color Harmonies of #E7057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7057C

Black with #E7057C

Text Example


Text Example

White with #E7057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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