#E234AC

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

Shades of Persian Rose #E234AC

Tints of Persian Rose #E234AC

Color information

#E234AC (or 0xE234AC) is unknown color: approx Persian Rose. HEX triplet: E2, 34 and AC. RGB value is (226,52,172). Sum of RGB (Red+Green+Blue) = 226+52+172=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E234AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E234AC is #1DCB53. Grayscale: #757575. Windows color (decimal): -1952596 or 11285730. OLE color: 11285730.

HSL color Cylindrical-coordinate representation of color #E234AC: hue angle of 318.62º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E234AC is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22652172-
CMYK00.770.240.11
HSL318.62º75%54.51%-
HSV(B)318.62º76.99%88.63%-
XYZ40.0421.641.09-
YUV117.71158.65205.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=50.22%
G=11.56%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265217200.770.240.11318.627554.51
HexE234AC04D18B13f4b37
Octal342642540115301347711367
Binary1110001011010010101100010011011100010111001111111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E234AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E234AC; }

 p { color: rgb(226,52,172); }

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

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

 a { background-color: rgb(226,52,172); }

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

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

 span { border-color: rgb(226,52,172); }

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