Html Css Color HEX #E2175C Ruby

📋 copy color: '#E2175C'

red 226 ◦ green 23 ◦ blue 92

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

Shades of Ruby #E2175C

Tints of Ruby #E2175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 66.28%
G = 6.74%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2175C (or 0xE2175C) is known color: Ruby. HEX triplet: E2, 17 and 5C. RGB value is (226,23,92). Sum of RGB (Red+Green+Blue) = 226+23+92=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2175C is #1DE8A3. Grayscale: #5B5B5B. Windows color (decimal): -1960100 or 6035426. OLE color: 6035426.

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

Color convert

RGB 226 23 92 -
CMYK 0 0.90 0.59 0.11
HSL 339.61º 0.82% 0.49% -
HSV(B) 339.61º 0.9% 0.89% -
XYZ 33.6 17.55 11.74 -
YUV 91.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 226 23 92 0 0.90 0.59 0.11 339.61 0.82 0.49
Hex E2 17 5C 0 5A 3B B 154 52 31
Octal 342 27 134 0 132 73 13 524 122 61
Binary 11100010 10111 1011100 0 1011010 111011 1011 101010100 1010010 110001

Color Harmonies of #E2175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2175C

Black with #E2175C

Text Example


Text Example

White with #E2175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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