#E34CB3

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

Shades of Brilliant Rose #E34CB3

Tints of Brilliant Rose #E34CB3

Color information

#E34CB3 (or 0xE34CB3) is unknown color: approx Brilliant Rose. HEX triplet: E3, 4C and B3. RGB value is (227,76,179). Sum of RGB (Red+Green+Blue) = 227+76+179=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E34CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E34CB3 is #1CB34C. Grayscale: #848484. Windows color (decimal): -1880909 or 11750627. OLE color: 11750627.

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

Color convert

RGB22776179-
CMYK00.670.210.11
HSL319.07º72.95%59.41%-
HSV(B)319.07º66.52%89.02%-
XYZ42.424.7545.19-
YUV132.89154.03195.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.10%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 179 (70.31% from 255) = 37.14%
R=47.10%
G=15.77%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277617900.670.210.11319.0772.9559.41
HexE34CB304315B13f493b
Octal3431142630103251347711173
Binary11100011100110010110011010000111010110111001111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34CB3; }

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

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

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

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

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

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

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

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