Html Css Color HEX #E21066 Ruby

📋 copy color: '#E21066'

red 226 ◦ green 16 ◦ blue 102

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

Shades of Ruby #E21066

Tints of Ruby #E21066

RGB

 RED value IS 226 (88.67% from 255) = 65.7%

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

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 65.7%
G = 4.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E21066 (or 0xE21066) is known color: Ruby. HEX triplet: E2, 10 and 66. RGB value is (226,16,102). Sum of RGB (Red+Green+Blue) = 226+16+102=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E21066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21066 is #1DEF99. Grayscale: #585858. Windows color (decimal): -1961882 or 6688994. OLE color: 6688994.

HSL color Cylindrical-coordinate representation of color #E21066: hue angle of 335.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21066 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 102 -
CMYK 0 0.93 0.55 0.11
HSL 335.43º 0.87% 0.47% -
HSV(B) 335.43º 0.93% 0.89% -
XYZ 33.95 17.5 14.16 -
YUV 88.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 226 16 102 0 0.93 0.55 0.11 335.43 0.87 0.47
Hex E2 10 66 0 5D 37 B 14F 57 2F
Octal 342 20 146 0 135 67 13 517 127 57
Binary 11100010 10000 1100110 0 1011101 110111 1011 101001111 1010111 101111

Color Harmonies of #E21066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21066

Black with #E21066

Text Example


Text Example

White with #E21066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21066; }

 p { color: rgb(226,16,102); }

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

background-color css

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

 a { background-color: rgb(226,16,102); }

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

border-color css

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

 span { border-color: rgb(226,16,102); }

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