Html Css Color HEX #E7057A Ruby

📋 copy color: '#E7057A'

red 231 ◦ green 5 ◦ blue 122

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

Shades of Ruby #E7057A

Tints of Ruby #E7057A

RGB

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

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

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

R = 64.53%
G = 1.4%
B = 34.08%

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

#E7057A (or 0xE7057A) is known color: Ruby. HEX triplet: E7, 05 and 7A. RGB value is (231,5,122). Sum of RGB (Red+Green+Blue) = 231+5+122=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7057A is #18FA85. Grayscale: #555555. Windows color (decimal): -1636998 or 7996903. OLE color: 7996903.

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

Color convert

RGB 231 5 122 -
CMYK 0 0.98 0.47 0.09
HSL 328.94º 0.96% 0.46% -
HSV(B) 328.94º 0.98% 0.91% -
XYZ 36.52 18.5 20.06 -
YUV 85.91 148.37 231.49 -
System Red Green Blue C M Y K H S L
Decimal 231 5 122 0 0.98 0.47 0.09 328.94 0.96 0.46
Hex E7 5 7A 0 62 2F 9 149 60 2E
Octal 347 5 172 0 142 57 11 511 140 56
Binary 11100111 101 1111010 0 1100010 101111 1001 101001001 1100000 101110

Color Harmonies of #E7057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7057A

Black with #E7057A

Text Example


Text Example

White with #E7057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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