Html Css Color HEX #E8067A Ruby

📋 copy color: '#E8067A'

red 232 ◦ green 6 ◦ blue 122

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

Shades of Ruby #E8067A

Tints of Ruby #E8067A

RGB

 RED value IS 232 (91.02% from 255) = 64.44%

 GREEN value IS 6 (2.73% from 255) = 1.67%

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

R = 64.44%
G = 1.67%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8067A (or 0xE8067A) is known color: Ruby. HEX triplet: E8, 06 and 7A. RGB value is (232,6,122). Sum of RGB (Red+Green+Blue) = 232+6+122=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8067A is #17F985. Grayscale: #565656. Windows color (decimal): -1571206 or 7997160. OLE color: 7997160.

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

Color convert

RGB 232 6 122 -
CMYK 0 0.97 0.47 0.09
HSL 329.2º 0.95% 0.47% -
HSV(B) 329.2º 0.97% 0.91% -
XYZ 36.86 18.69 20.08 -
YUV 86.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 232 6 122 0 0.97 0.47 0.09 329.2 0.95 0.47
Hex E8 6 7A 0 61 2F 9 149 5F 2F
Octal 350 6 172 0 141 57 11 511 137 57
Binary 11101000 110 1111010 0 1100001 101111 1001 101001001 1011111 101111

Color Harmonies of #E8067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8067A

Black with #E8067A

Text Example


Text Example

White with #E8067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8067A; }

 p { color: rgb(232,6,122); }

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

background-color css

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

 a { background-color: rgb(232,6,122); }

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

border-color css

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

 span { border-color: rgb(232,6,122); }

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