Html Css Color HEX #E21B66 Ruby

📋 copy color: '#E21B66'

red 226 ◦ green 27 ◦ blue 102

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

Shades of Ruby #E21B66

Tints of Ruby #E21B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

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

R = 63.66%
G = 7.61%
B = 28.73%

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

#E21B66 (or 0xE21B66) is known color: Ruby. HEX triplet: E2, 1B and 66. RGB value is (226,27,102). Sum of RGB (Red+Green+Blue) = 226+27+102=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21B66 is #1DE499. Grayscale: #5E5E5E. Windows color (decimal): -1959066 or 6691810. OLE color: 6691810.

HSL color Cylindrical-coordinate representation of color #E21B66: hue angle of 337.39º degrees, saturation: 0.79, 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 #E21B66 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 27 102 -
CMYK 0 0.88 0.55 0.11
HSL 337.39º 0.79% 0.5% -
HSV(B) 337.39º 0.88% 0.89% -
XYZ 34.15 17.91 14.23 -
YUV 95.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 226 27 102 0 0.88 0.55 0.11 337.39 0.79 0.5
Hex E2 1B 66 0 58 37 B 151 4F 32
Octal 342 33 146 0 130 67 13 521 117 62
Binary 11100010 11011 1100110 0 1011000 110111 1011 101010001 1001111 110010

Color Harmonies of #E21B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B66

Black with #E21B66

Text Example


Text Example

White with #E21B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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