Html Css Color HEX #E81075 Ruby

📋 copy color: '#E81075'

red 232 ◦ green 16 ◦ blue 117

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

Shades of Ruby #E81075

Tints of Ruby #E81075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 63.56%
G = 4.38%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E81075 (or 0xE81075) is known color: Ruby. HEX triplet: E8, 10 and 75. RGB value is (232,16,117). Sum of RGB (Red+Green+Blue) = 232+16+117=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E81075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81075 is #17EF8A. Grayscale: #5B5B5B. Windows color (decimal): -1568651 or 7672040. OLE color: 7672040.

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

Color convert

RGB 232 16 117 -
CMYK 0 0.93 0.50 0.09
HSL 331.94º 0.87% 0.49% -
HSV(B) 331.94º 0.93% 0.91% -
XYZ 36.67 18.81 18.53 -
YUV 92.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 232 16 117 0 0.93 0.50 0.09 331.94 0.87 0.49
Hex E8 10 75 0 5D 32 9 14C 57 31
Octal 350 20 165 0 135 62 11 514 127 61
Binary 11101000 10000 1110101 0 1011101 110010 1001 101001100 1010111 110001

Color Harmonies of #E81075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81075

Black with #E81075

Text Example


Text Example

White with #E81075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81075; }

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

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

background-color css

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

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

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

border-color css

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

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

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