Html Css Color HEX #E81269 Ruby

📋 copy color: '#E81269'

red 232 ◦ green 18 ◦ blue 105

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

Shades of Ruby #E81269

Tints of Ruby #E81269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

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

R = 65.35%
G = 5.07%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E81269 (or 0xE81269) is known color: Ruby. HEX triplet: E8, 12 and 69. RGB value is (232,18,105). Sum of RGB (Red+Green+Blue) = 232+18+105=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E81269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81269 is #17ED96. Grayscale: #5B5B5B. Windows color (decimal): -1568151 or 6886120. OLE color: 6886120.

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

Color convert

RGB 232 18 105 -
CMYK 0 0.92 0.55 0.09
HSL 335.61º 0.86% 0.49% -
HSV(B) 335.61º 0.92% 0.91% -
XYZ 36.04 18.61 15.06 -
YUV 91.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 232 18 105 0 0.92 0.55 0.09 335.61 0.86 0.49
Hex E8 12 69 0 5C 37 9 150 56 31
Octal 350 22 151 0 134 67 11 520 126 61
Binary 11101000 10010 1101001 0 1011100 110111 1001 101010000 1010110 110001

Color Harmonies of #E81269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81269

Black with #E81269

Text Example


Text Example

White with #E81269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81269; }

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

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

background-color css

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

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

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

border-color css

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

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

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