#E34C9F

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

Shades of Brilliant Rose #E34C9F

Tints of Brilliant Rose #E34C9F

Color information

#E34C9F (or 0xE34C9F) is unknown color: approx Brilliant Rose. HEX triplet: E3, 4C and 9F. RGB value is (227,76,159). Sum of RGB (Red+Green+Blue) = 227+76+159=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C9F is #1CB360. Grayscale: #828282. Windows color (decimal): -1880929 or 10439907. OLE color: 10439907.

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

Color convert

RGB22776159-
CMYK00.670.300.11
HSL327.02º72.95%59.41%-
HSV(B)327.02º66.52%89.02%-
XYZ40.522435.3-
YUV130.61144.03196.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.13%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=49.13%
G=16.45%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277615900.670.300.11327.0272.9559.41
HexE34C9F0431EB147493b
Octal3431142370103361350711173
Binary11100011100110010011111010000111111010111010001111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C9F; }

 p { color: rgb(227,76,159); }

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

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

 a { background-color: rgb(227,76,159); }

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

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

 span { border-color: rgb(227,76,159); }

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