Html Css Color HEX #E21C66 Ruby

📋 copy color: '#E21C66'

red 226 ◦ green 28 ◦ blue 102

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

Shades of Ruby #E21C66

Tints of Ruby #E21C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

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

R = 63.48%
G = 7.87%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E21C66 (or 0xE21C66) is known color: Ruby. HEX triplet: E2, 1C and 66. RGB value is (226,28,102). Sum of RGB (Red+Green+Blue) = 226+28+102=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C66 is #1DE399. Grayscale: #5F5F5F. Windows color (decimal): -1958810 or 6692066. OLE color: 6692066.

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

Color convert

RGB 226 28 102 -
CMYK 0 0.88 0.55 0.11
HSL 337.58º 0.78% 0.5% -
HSV(B) 337.58º 0.88% 0.89% -
XYZ 34.18 17.96 14.24 -
YUV 95.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 226 28 102 0 0.88 0.55 0.11 337.58 0.78 0.5
Hex E2 1C 66 0 58 37 B 152 4E 32
Octal 342 34 146 0 130 67 13 522 116 62
Binary 11100010 11100 1100110 0 1011000 110111 1011 101010010 1001110 110010

Color Harmonies of #E21C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C66

Black with #E21C66

Text Example


Text Example

White with #E21C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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