Html Css Color HEX #E81969 Ruby

📋 copy color: '#E81969'

red 232 ◦ green 25 ◦ blue 105

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

Shades of Ruby #E81969

Tints of Ruby #E81969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 64.09%
G = 6.91%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81969 (or 0xE81969) is known color: Ruby. HEX triplet: E8, 19 and 69. RGB value is (232,25,105). Sum of RGB (Red+Green+Blue) = 232+25+105=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E81969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81969 is #17E696. Grayscale: #5F5F5F. Windows color (decimal): -1566359 or 6887912. OLE color: 6887912.

HSL color Cylindrical-coordinate representation of color #E81969: hue angle of 336.81º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81969 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 25 105 -
CMYK 0 0.89 0.55 0.09
HSL 336.81º 0.82% 0.5% -
HSV(B) 336.81º 0.89% 0.91% -
XYZ 36.18 18.87 15.1 -
YUV 96.01 133.08 225 -
System Red Green Blue C M Y K H S L
Decimal 232 25 105 0 0.89 0.55 0.09 336.81 0.82 0.5
Hex E8 19 69 0 59 37 9 151 52 32
Octal 350 31 151 0 131 67 11 521 122 62
Binary 11101000 11001 1101001 0 1011001 110111 1001 101010001 1010010 110010

Color Harmonies of #E81969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81969

Black with #E81969

Text Example


Text Example

White with #E81969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81969; }

 p { color: rgb(232,25,105); }

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

background-color css

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

 a { background-color: rgb(232,25,105); }

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

border-color css

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

 span { border-color: rgb(232,25,105); }

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