#e34ba1

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

Shades of Brilliant Rose #E34BA1

Tints of Brilliant Rose #E34BA1

Color information

#E34BA1 (or 0xE34BA1) is unknown color: approx Brilliant Rose. HEX triplet: E3, 4B and A1. RGB value is (227,75,161). Sum of RGB (Red+Green+Blue) = 227+75+161=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BA1 is #1CB45E. Grayscale: #828282. Windows color (decimal): -1881183 or 10570723. OLE color: 10570723.

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

Color convert

RGB22775161-
CMYK00.670.290.11
HSL326.05º73.08%59.22%-
HSV(B)326.05º66.96%89.02%-
XYZ40.6323.9436.2-
YUV130.25145.36197.01-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=49.03%
G=16.20%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277516100.670.290.11326.0573.0859.22
HexE34BA10431DB146493b
Octal3431132410103351350611173
Binary11100011100101110100001010000111110110111010001101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e34ba1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e34ba1; }

 p { color: rgb(227,75,161); }

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

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

 a { background-color: rgb(227,75,161); }

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

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

 span { border-color: rgb(227,75,161); }

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