#E34EB2

Color #E34EB2 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E34EB2

Tints of Brilliant Rose #E34EB2

Color information

#E34EB2 (or 0xE34EB2) is unknown color: approx Brilliant Rose. HEX triplet: E3, 4E and B2. RGB value is (227,78,178). Sum of RGB (Red+Green+Blue) = 227+78+178=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E34EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34EB2 is #1CB14D. Grayscale: #858585. Windows color (decimal): -1880398 or 11685603. OLE color: 11685603.

HSL color Cylindrical-coordinate representation of color #E34EB2: hue angle of 319.73º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34EB2 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB22778178-
CMYK00.660.220.11
HSL319.73º72.68%59.8%-
HSV(B)319.73º65.64%89.02%-
XYZ42.4424.9944.71-
YUV133.95152.86194.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.00%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=47.00%
G=16.15%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277817800.660.220.11319.7372.6859.8
HexE34EB204216B140493c
Octal3431162620102261350011174
Binary11100011100111010110010010000101011010111010000001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34EB2; }

 p { color: rgb(227,78,178); }

 H1.HeaderClassName
 {
   color: #E34EB2;
 }
 .AnyTagClassName
 {
   color: #E34EB2;
 }
</style>
background-color css

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

 a { background-color: rgb(227,78,178); }

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

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

 span { border-color: rgb(227,78,178); }

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