Html Css Color HEX #E21975 Ruby

📋 copy color: '#E21975'

red 226 ◦ green 25 ◦ blue 117

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

Shades of Ruby #E21975

Tints of Ruby #E21975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

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

R = 61.41%
G = 6.79%
B = 31.79%

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

#E21975 (or 0xE21975) is known color: Ruby. HEX triplet: E2, 19 and 75. RGB value is (226,25,117). Sum of RGB (Red+Green+Blue) = 226+25+117=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E21975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21975 is #1DE68A. Grayscale: #5F5F5F. Windows color (decimal): -1959563 or 7674338. OLE color: 7674338.

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

Color convert

RGB 226 25 117 -
CMYK 0 0.89 0.48 0.11
HSL 332.54º 0.8% 0.49% -
HSV(B) 332.54º 0.89% 0.89% -
XYZ 34.92 18.15 18.49 -
YUV 95.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 226 25 117 0 0.89 0.48 0.11 332.54 0.8 0.49
Hex E2 19 75 0 59 30 B 14D 50 31
Octal 342 31 165 0 131 60 13 515 120 61
Binary 11100010 11001 1110101 0 1011001 110000 1011 101001101 1010000 110001

Color Harmonies of #E21975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21975

Black with #E21975

Text Example


Text Example

White with #E21975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21975; }

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

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

background-color css

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

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

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

border-color css

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

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

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