Html Css Color HEX #E6077A Ruby

📋 copy color: '#E6077A'

red 230 ◦ green 7 ◦ blue 122

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

Shades of Ruby #E6077A

Tints of Ruby #E6077A

RGB

 RED value IS 230 (90.23% from 255) = 64.07%

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

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

R = 64.07%
G = 1.95%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6077A (or 0xE6077A) is known color: Ruby. HEX triplet: E6, 07 and 7A. RGB value is (230,7,122). Sum of RGB (Red+Green+Blue) = 230+7+122=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077A is #19F885. Grayscale: #565656. Windows color (decimal): -1702022 or 7997414. OLE color: 7997414.

HSL color Cylindrical-coordinate representation of color #E6077A: hue angle of 329.06º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6077A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 122 -
CMYK 0 0.97 0.47 0.10
HSL 329.06º 0.94% 0.46% -
HSV(B) 329.06º 0.97% 0.9% -
XYZ 36.22 18.38 20.05 -
YUV 86.79 147.88 230.15 -
System Red Green Blue C M Y K H S L
Decimal 230 7 122 0 0.97 0.47 0.10 329.06 0.94 0.46
Hex E6 7 7A 0 61 2F A 149 5E 2E
Octal 346 7 172 0 141 57 12 511 136 56
Binary 11100110 111 1111010 0 1100001 101111 1010 101001001 1011110 101110

Color Harmonies of #E6077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6077A

Black with #E6077A

Text Example


Text Example

White with #E6077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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