Html Css Color HEX #E21E6A Ruby

📋 copy color: '#E21E6A'

red 226 ◦ green 30 ◦ blue 106

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

Shades of Ruby #E21E6A

Tints of Ruby #E21E6A

RGB

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

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

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

R = 62.43%
G = 8.29%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E21E6A (or 0xE21E6A) is known color: Ruby. HEX triplet: E2, 1E and 6A. RGB value is (226,30,106). Sum of RGB (Red+Green+Blue) = 226+30+106=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E6A is #1DE195. Grayscale: #616161. Windows color (decimal): -1958294 or 6954722. OLE color: 6954722.

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

Color convert

RGB 226 30 106 -
CMYK 0 0.87 0.53 0.11
HSL 336.73º 0.77% 0.5% -
HSV(B) 336.73º 0.87% 0.89% -
XYZ 34.43 18.14 15.32 -
YUV 97.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 226 30 106 0 0.87 0.53 0.11 336.73 0.77 0.5
Hex E2 1E 6A 0 57 35 B 151 4D 32
Octal 342 36 152 0 127 65 13 521 115 62
Binary 11100010 11110 1101010 0 1010111 110101 1011 101010001 1001101 110010

Color Harmonies of #E21E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E6A

Black with #E21E6A

Text Example


Text Example

White with #E21E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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