Html Css Color HEX #E21A6A Ruby

📋 copy color: '#E21A6A'

red 226 ◦ green 26 ◦ blue 106

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

Shades of Ruby #E21A6A

Tints of Ruby #E21A6A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 63.13%
G = 7.26%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E21A6A (or 0xE21A6A) is known color: Ruby. HEX triplet: E2, 1A and 6A. RGB value is (226,26,106). Sum of RGB (Red+Green+Blue) = 226+26+106=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A6A is #1DE595. Grayscale: #5E5E5E. Windows color (decimal): -1959318 or 6953698. OLE color: 6953698.

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

Color convert

RGB 226 26 106 -
CMYK 0 0.88 0.53 0.11
HSL 336º 0.79% 0.49% -
HSV(B) 336º 0.88% 0.89% -
XYZ 34.33 17.95 15.29 -
YUV 94.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 226 26 106 0 0.88 0.53 0.11 336 0.79 0.49
Hex E2 1A 6A 0 58 35 B 150 4F 31
Octal 342 32 152 0 130 65 13 520 117 61
Binary 11100010 11010 1101010 0 1011000 110101 1011 101010000 1001111 110001

Color Harmonies of #E21A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A6A

Black with #E21A6A

Text Example


Text Example

White with #E21A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A6A; }

 p { color: rgb(226,26,106); }

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

background-color css

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

 a { background-color: rgb(226,26,106); }

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

border-color css

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

 span { border-color: rgb(226,26,106); }

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