Html Css Color HEX #E21869 Ruby

📋 copy color: '#E21869'

red 226 ◦ green 24 ◦ blue 105

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

Shades of Ruby #E21869

Tints of Ruby #E21869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.76%

 BLUE value IS 105 (41.41% from 255) = 29.58%

R = 63.66%
G = 6.76%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E21869 (or 0xE21869) is known color: Ruby. HEX triplet: E2, 18 and 69. RGB value is (226,24,105). Sum of RGB (Red+Green+Blue) = 226+24+105=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E21869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21869 is #1DE796. Grayscale: #5D5D5D. Windows color (decimal): -1959831 or 6887650. OLE color: 6887650.

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

Color convert

RGB 226 24 105 -
CMYK 0 0.89 0.54 0.11
HSL 335.94º 0.81% 0.49% -
HSV(B) 335.94º 0.89% 0.89% -
XYZ 34.24 17.84 15 -
YUV 93.63 134.42 222.41 -
System Red Green Blue C M Y K H S L
Decimal 226 24 105 0 0.89 0.54 0.11 335.94 0.81 0.49
Hex E2 18 69 0 59 36 B 150 51 31
Octal 342 30 151 0 131 66 13 520 121 61
Binary 11100010 11000 1101001 0 1011001 110110 1011 101010000 1010001 110001

Color Harmonies of #E21869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21869

Black with #E21869

Text Example


Text Example

White with #E21869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21869; }

 p { color: rgb(226,24,105); }

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

background-color css

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

 a { background-color: rgb(226,24,105); }

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

border-color css

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

 span { border-color: rgb(226,24,105); }

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