Html Css Color HEX #E21654 Ruby

📋 copy color: '#E21654'

red 226 ◦ green 22 ◦ blue 84

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

Shades of Ruby #E21654

Tints of Ruby #E21654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.63%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 68.07%
G = 6.63%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E21654 (or 0xE21654) is known color: Ruby. HEX triplet: E2, 16 and 54. RGB value is (226,22,84). Sum of RGB (Red+Green+Blue) = 226+22+84=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21654 is #1DE9AB. Grayscale: #5A5A5A. Windows color (decimal): -1960364 or 5510882. OLE color: 5510882.

HSL color Cylindrical-coordinate representation of color #E21654: hue angle of 341.76º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21654 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 84 -
CMYK 0 0.90 0.63 0.11
HSL 341.76º 0.82% 0.49% -
HSV(B) 341.76º 0.9% 0.89% -
XYZ 33.25 17.38 9.99 -
YUV 90.06 124.59 224.96 -
System Red Green Blue C M Y K H S L
Decimal 226 22 84 0 0.90 0.63 0.11 341.76 0.82 0.49
Hex E2 16 54 0 5A 3F B 156 52 31
Octal 342 26 124 0 132 77 13 526 122 61
Binary 11100010 10110 1010100 0 1011010 111111 1011 101010110 1010010 110001

Color Harmonies of #E21654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21654

Black with #E21654

Text Example


Text Example

White with #E21654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21654; }

 p { color: rgb(226,22,84); }

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

background-color css

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

 a { background-color: rgb(226,22,84); }

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

border-color css

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

 span { border-color: rgb(226,22,84); }

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