#E34C98

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

Shades of French Rose #E34C98

Tints of French Rose #E34C98

Color information

#E34C98 (or 0xE34C98) is unknown color: approx French Rose. HEX triplet: E3, 4C and 98. RGB value is (227,76,152). Sum of RGB (Red+Green+Blue) = 227+76+152=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34C98 is #1CB367. Grayscale: #818181. Windows color (decimal): -1880936 or 9981155. OLE color: 9981155.

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

Color convert

RGB22776152-
CMYK00.670.330.11
HSL329.8º72.95%59.41%-
HSV(B)329.8º66.52%89.02%-
XYZ39.9323.7732.19-
YUV129.81140.53197.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=49.89%
G=16.70%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277615200.670.330.11329.872.9559.41
HexE34C9804321B14a493b
Octal3431142300103411351211173
Binary111000111001100100110000100001110000110111010010101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C98; }

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

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

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

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

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

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

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

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