Html Css Color HEX #E6167A Ruby

📋 copy color: '#E6167A'

red 230 ◦ green 22 ◦ blue 122

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

Shades of Ruby #E6167A

Tints of Ruby #E6167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.88%

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

R = 61.5%
G = 5.88%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6167A (or 0xE6167A) is known color: Ruby. HEX triplet: E6, 16 and 7A. RGB value is (230,22,122). Sum of RGB (Red+Green+Blue) = 230+22+122=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6167A is #19E985. Grayscale: #5F5F5F. Windows color (decimal): -1698182 or 8001254. OLE color: 8001254.

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

Color convert

RGB 230 22 122 -
CMYK 0 0.90 0.47 0.10
HSL 331.15º 0.83% 0.49% -
HSV(B) 331.15º 0.9% 0.9% -
XYZ 36.43 18.8 20.12 -
YUV 95.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 230 22 122 0 0.90 0.47 0.10 331.15 0.83 0.49
Hex E6 16 7A 0 5A 2F A 14B 53 31
Octal 346 26 172 0 132 57 12 513 123 61
Binary 11100110 10110 1111010 0 1011010 101111 1010 101001011 1010011 110001

Color Harmonies of #E6167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6167A

Black with #E6167A

Text Example


Text Example

White with #E6167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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