Html Css Color HEX #E81067 Ruby

📋 copy color: '#E81067'

red 232 ◦ green 16 ◦ blue 103

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

Shades of Ruby #E81067

Tints of Ruby #E81067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 66.1%
G = 4.56%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E81067 (or 0xE81067) is known color: Ruby. HEX triplet: E8, 10 and 67. RGB value is (232,16,103). Sum of RGB (Red+Green+Blue) = 232+16+103=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E81067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81067 is #17EF98. Grayscale: #5A5A5A. Windows color (decimal): -1568665 or 6754536. OLE color: 6754536.

HSL color Cylindrical-coordinate representation of color #E81067: hue angle of 335.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81067 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 16 103 -
CMYK 0 0.93 0.56 0.09
HSL 335.83º 0.87% 0.49% -
HSV(B) 335.83º 0.93% 0.91% -
XYZ 35.91 18.51 14.51 -
YUV 90.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 232 16 103 0 0.93 0.56 0.09 335.83 0.87 0.49
Hex E8 10 67 0 5D 38 9 150 57 31
Octal 350 20 147 0 135 70 11 520 127 61
Binary 11101000 10000 1100111 0 1011101 111000 1001 101010000 1010111 110001

Color Harmonies of #E81067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81067

Black with #E81067

Text Example


Text Example

White with #E81067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81067; }

 p { color: rgb(232,16,103); }

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

background-color css

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

 a { background-color: rgb(232,16,103); }

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

border-color css

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

 span { border-color: rgb(232,16,103); }

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