Html Css Color HEX #E81268 Ruby

📋 copy color: '#E81268'

red 232 ◦ green 18 ◦ blue 104

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

Shades of Ruby #E81268

Tints of Ruby #E81268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 65.54%
G = 5.08%
B = 29.38%

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

#E81268 (or 0xE81268) is known color: Ruby. HEX triplet: E8, 12 and 68. RGB value is (232,18,104). Sum of RGB (Red+Green+Blue) = 232+18+104=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E81268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81268 is #17ED97. Grayscale: #5B5B5B. Windows color (decimal): -1568152 or 6820584. OLE color: 6820584.

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

Color convert

RGB 232 18 104 -
CMYK 0 0.92 0.55 0.09
HSL 335.89º 0.86% 0.49% -
HSV(B) 335.89º 0.92% 0.91% -
XYZ 35.99 18.59 14.79 -
YUV 91.79 134.9 228.01 -
System Red Green Blue C M Y K H S L
Decimal 232 18 104 0 0.92 0.55 0.09 335.89 0.86 0.49
Hex E8 12 68 0 5C 37 9 150 56 31
Octal 350 22 150 0 134 67 11 520 126 61
Binary 11101000 10010 1101000 0 1011100 110111 1001 101010000 1010110 110001

Color Harmonies of #E81268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81268

Black with #E81268

Text Example


Text Example

White with #E81268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81268; }

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

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

background-color css

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

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

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

border-color css

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

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

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