Html Css Color HEX #E21666 Ruby

📋 copy color: '#E21666'

red 226 ◦ green 22 ◦ blue 102

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

Shades of Ruby #E21666

Tints of Ruby #E21666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

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

R = 64.57%
G = 6.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E21666 (or 0xE21666) is known color: Ruby. HEX triplet: E2, 16 and 66. RGB value is (226,22,102). Sum of RGB (Red+Green+Blue) = 226+22+102=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21666 is #1DE999. Grayscale: #5C5C5C. Windows color (decimal): -1960346 or 6690530. OLE color: 6690530.

HSL color Cylindrical-coordinate representation of color #E21666: hue angle of 336.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21666 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 102 -
CMYK 0 0.90 0.55 0.11
HSL 336.47º 0.82% 0.49% -
HSV(B) 336.47º 0.9% 0.89% -
XYZ 34.05 17.7 14.19 -
YUV 92.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 226 22 102 0 0.90 0.55 0.11 336.47 0.82 0.49
Hex E2 16 66 0 5A 37 B 150 52 31
Octal 342 26 146 0 132 67 13 520 122 61
Binary 11100010 10110 1100110 0 1011010 110111 1011 101010000 1010010 110001

Color Harmonies of #E21666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21666

Black with #E21666

Text Example


Text Example

White with #E21666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21666; }

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

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

background-color css

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

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

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

border-color css

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

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

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