#E34FA1

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

Shades of Brilliant Rose #E34FA1

Tints of Brilliant Rose #E34FA1

Color information

#E34FA1 (or 0xE34FA1) is unknown color: approx Brilliant Rose. HEX triplet: E3, 4F and A1. RGB value is (227,79,161). Sum of RGB (Red+Green+Blue) = 227+79+161=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E34FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34FA1 is #1CB05E. Grayscale: #848484. Windows color (decimal): -1880159 or 10571747. OLE color: 10571747.

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

Color convert

RGB22779161-
CMYK00.650.290.11
HSL326.76º72.55%60%-
HSV(B)326.76º65.2%89.02%-
XYZ40.9124.536.29-
YUV132.6144.03195.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.61%
GREEN value IS 79 (31.25% from 255) = 16.92%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=48.61%
G=16.92%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277916100.650.290.11326.7672.5560
HexE34FA10411DB147493c
Octal3431172410101351350711174
Binary11100011100111110100001010000011110110111010001111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34FA1; }

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

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

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

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

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

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

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

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