Html Css Color HEX #E32075 Ruby

📋 copy color: '#E32075'

red 227 ◦ green 32 ◦ blue 117

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

Shades of Ruby #E32075

Tints of Ruby #E32075

RGB

 RED value IS 227 (89.06% from 255) = 60.37%

 GREEN value IS 32 (12.89% from 255) = 8.51%

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

R = 60.37%
G = 8.51%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E32075 (or 0xE32075) is known color: Ruby. HEX triplet: E3, 20 and 75. RGB value is (227,32,117). Sum of RGB (Red+Green+Blue) = 227+32+117=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E32075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32075 is #1CDF8A. Grayscale: #636363. Windows color (decimal): -1892235 or 7676131. OLE color: 7676131.

HSL color Cylindrical-coordinate representation of color #E32075: hue angle of 333.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E32075 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 32 117 -
CMYK 0 0.86 0.48 0.11
HSL 333.85º 0.78% 0.51% -
HSV(B) 333.85º 0.86% 0.89% -
XYZ 35.41 18.65 18.56 -
YUV 100 137.6 218.59 -
System Red Green Blue C M Y K H S L
Decimal 227 32 117 0 0.86 0.48 0.11 333.85 0.78 0.51
Hex E3 20 75 0 56 30 B 14E 4E 33
Octal 343 40 165 0 126 60 13 516 116 63
Binary 11100011 100000 1110101 0 1010110 110000 1011 101001110 1001110 110011

Color Harmonies of #E32075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32075

Black with #E32075

Text Example


Text Example

White with #E32075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32075; }

 p { color: rgb(227,32,117); }

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

background-color css

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

 a { background-color: rgb(227,32,117); }

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

border-color css

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

 span { border-color: rgb(227,32,117); }

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