Html Css Color HEX #E21E6C Ruby

📋 copy color: '#E21E6C'

red 226 ◦ green 30 ◦ blue 108

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

Shades of Ruby #E21E6C

Tints of Ruby #E21E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.24%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 62.09%
G = 8.24%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E21E6C (or 0xE21E6C) is known color: Ruby. HEX triplet: E2, 1E and 6C. RGB value is (226,30,108). Sum of RGB (Red+Green+Blue) = 226+30+108=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E6C is #1DE193. Grayscale: #616161. Windows color (decimal): -1958292 or 7085794. OLE color: 7085794.

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

Color convert

RGB 226 30 108 -
CMYK 0 0.87 0.52 0.11
HSL 336.12º 0.77% 0.5% -
HSV(B) 336.12º 0.87% 0.89% -
XYZ 34.54 18.18 15.88 -
YUV 97.5 133.93 219.66 -
System Red Green Blue C M Y K H S L
Decimal 226 30 108 0 0.87 0.52 0.11 336.12 0.77 0.5
Hex E2 1E 6C 0 57 34 B 150 4D 32
Octal 342 36 154 0 127 64 13 520 115 62
Binary 11100010 11110 1101100 0 1010111 110100 1011 101010000 1001101 110010

Color Harmonies of #E21E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E6C

Black with #E21E6C

Text Example


Text Example

White with #E21E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E6C; }

 p { color: rgb(226,30,108); }

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

background-color css

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

 a { background-color: rgb(226,30,108); }

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

border-color css

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

 span { border-color: rgb(226,30,108); }

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