Html Css Color HEX #E21468 Ruby

📋 copy color: '#E21468'

red 226 ◦ green 20 ◦ blue 104

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

Shades of Ruby #E21468

Tints of Ruby #E21468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 64.57%
G = 5.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E21468 (or 0xE21468) is known color: Ruby. HEX triplet: E2, 14 and 68. RGB value is (226,20,104). Sum of RGB (Red+Green+Blue) = 226+20+104=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21468 is #1DEB97. Grayscale: #5B5B5B. Windows color (decimal): -1960856 or 6821090. OLE color: 6821090.

HSL color Cylindrical-coordinate representation of color #E21468: hue angle of 335.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21468 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 20 104 -
CMYK 0 0.91 0.54 0.11
HSL 335.53º 0.84% 0.48% -
HSV(B) 335.53º 0.91% 0.89% -
XYZ 34.11 17.67 14.71 -
YUV 91.17 135.25 224.17 -
System Red Green Blue C M Y K H S L
Decimal 226 20 104 0 0.91 0.54 0.11 335.53 0.84 0.48
Hex E2 14 68 0 5B 36 B 150 54 30
Octal 342 24 150 0 133 66 13 520 124 60
Binary 11100010 10100 1101000 0 1011011 110110 1011 101010000 1010100 110000

Color Harmonies of #E21468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21468

Black with #E21468

Text Example


Text Example

White with #E21468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21468; }

 p { color: rgb(226,20,104); }

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

background-color css

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

 a { background-color: rgb(226,20,104); }

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

border-color css

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

 span { border-color: rgb(226,20,104); }

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