Html Css Color HEX #E21875 Ruby

📋 copy color: '#E21875'

red 226 ◦ green 24 ◦ blue 117

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

Shades of Ruby #E21875

Tints of Ruby #E21875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 61.58%
G = 6.54%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E21875 (or 0xE21875) is known color: Ruby. HEX triplet: E2, 18 and 75. RGB value is (226,24,117). Sum of RGB (Red+Green+Blue) = 226+24+117=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21875 is #1DE78A. Grayscale: #5E5E5E. Windows color (decimal): -1959819 or 7674082. OLE color: 7674082.

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

Color convert

RGB 226 24 117 -
CMYK 0 0.89 0.48 0.11
HSL 332.38º 0.81% 0.49% -
HSV(B) 332.38º 0.89% 0.89% -
XYZ 34.9 18.11 18.48 -
YUV 95 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 226 24 117 0 0.89 0.48 0.11 332.38 0.81 0.49
Hex E2 18 75 0 59 30 B 14C 51 31
Octal 342 30 165 0 131 60 13 514 121 61
Binary 11100010 11000 1110101 0 1011001 110000 1011 101001100 1010001 110001

Color Harmonies of #E21875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21875

Black with #E21875

Text Example


Text Example

White with #E21875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21875; }

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

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

background-color css

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

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

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

border-color css

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

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

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