Html Css Color HEX #E21E6D Ruby

📋 copy color: '#E21E6D'

red 226 ◦ green 30 ◦ blue 109

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

Shades of Ruby #E21E6D

Tints of Ruby #E21E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 61.92%
G = 8.22%
B = 29.86%

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

#E21E6D (or 0xE21E6D) is known color: Ruby. HEX triplet: E2, 1E and 6D. RGB value is (226,30,109). Sum of RGB (Red+Green+Blue) = 226+30+109=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E6D is #1DE192. Grayscale: #616161. Windows color (decimal): -1958291 or 7151330. OLE color: 7151330.

HSL color Cylindrical-coordinate representation of color #E21E6D: hue angle of 335.82º 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 #E21E6D is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 109 -
CMYK 0 0.87 0.52 0.11
HSL 335.82º 0.77% 0.5% -
HSV(B) 335.82º 0.87% 0.89% -
XYZ 34.59 18.2 16.16 -
YUV 97.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 226 30 109 0 0.87 0.52 0.11 335.82 0.77 0.5
Hex E2 1E 6D 0 57 34 B 150 4D 32
Octal 342 36 155 0 127 64 13 520 115 62
Binary 11100010 11110 1101101 0 1010111 110100 1011 101010000 1001101 110010

Color Harmonies of #E21E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E6D

Black with #E21E6D

Text Example


Text Example

White with #E21E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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