Html Css Color HEX #E2175F Ruby

📋 copy color: '#E2175F'

red 226 ◦ green 23 ◦ blue 95

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

Shades of Ruby #E2175F

Tints of Ruby #E2175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 65.7%
G = 6.69%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2175F (or 0xE2175F) is known color: Ruby. HEX triplet: E2, 17 and 5F. RGB value is (226,23,95). Sum of RGB (Red+Green+Blue) = 226+23+95=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2175F is #1DE8A0. Grayscale: #5B5B5B. Windows color (decimal): -1960097 or 6232034. OLE color: 6232034.

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

Color convert

RGB 226 23 95 -
CMYK 0 0.90 0.58 0.11
HSL 338.72º 0.82% 0.49% -
HSV(B) 338.72º 0.9% 0.89% -
XYZ 33.74 17.61 12.45 -
YUV 91.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 226 23 95 0 0.90 0.58 0.11 338.72 0.82 0.49
Hex E2 17 5F 0 5A 3A B 153 52 31
Octal 342 27 137 0 132 72 13 523 122 61
Binary 11100010 10111 1011111 0 1011010 111010 1011 101010011 1010010 110001

Color Harmonies of #E2175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2175F

Black with #E2175F

Text Example


Text Example

White with #E2175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2175F; }

 p { color: rgb(226,23,95); }

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

background-color css

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

 a { background-color: rgb(226,23,95); }

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

border-color css

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

 span { border-color: rgb(226,23,95); }

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