Html Css Color HEX #E32070 Ruby

📋 copy color: '#E32070'

red 227 ◦ green 32 ◦ blue 112

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

Shades of Ruby #E32070

Tints of Ruby #E32070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 61.19%
G = 8.63%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E32070 (or 0xE32070) is known color: Ruby. HEX triplet: E3, 20 and 70. RGB value is (227,32,112). Sum of RGB (Red+Green+Blue) = 227+32+112=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E32070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32070 is #1CDF8F. Grayscale: #636363. Windows color (decimal): -1892240 or 7348451. OLE color: 7348451.

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

Color convert

RGB 227 32 112 -
CMYK 0 0.86 0.51 0.11
HSL 335.38º 0.78% 0.51% -
HSV(B) 335.38º 0.86% 0.89% -
XYZ 35.12 18.53 17.06 -
YUV 99.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 227 32 112 0 0.86 0.51 0.11 335.38 0.78 0.51
Hex E3 20 70 0 56 33 B 14F 4E 33
Octal 343 40 160 0 126 63 13 517 116 63
Binary 11100011 100000 1110000 0 1010110 110011 1011 101001111 1001110 110011

Color Harmonies of #E32070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32070

Black with #E32070

Text Example


Text Example

White with #E32070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32070; }

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

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

background-color css

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

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

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

border-color css

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

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

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