Html Css Color HEX #E239AC Persian Rose

📋 copy color: '#E239AC'

red 226 ◦ green 57 ◦ blue 172

#E239AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E239AC

Tints of Persian Rose #E239AC

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

 GREEN value IS 57 (22.66% from 255) = 12.53%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 49.67%
G = 12.53%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E239AC (or 0xE239AC) is known color: Persian Rose. HEX triplet: E2, 39 and AC. RGB value is (226,57,172). Sum of RGB (Red+Green+Blue) = 226+57+172=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E239AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239AC is #1DC653. Grayscale: #787878. Windows color (decimal): -1951316 or 11287010. OLE color: 11287010.

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

Color convert

RGB 226 57 172 -
CMYK 0 0.75 0.24 0.11
HSL 319.17º 0.74% 0.55% -
HSV(B) 319.17º 0.75% 0.89% -
XYZ 40.27 22.07 41.17 -
YUV 120.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 226 57 172 0 0.75 0.24 0.11 319.17 0.74 0.55
Hex E2 39 AC 0 4B 18 B 13F 4A 37
Octal 342 71 254 0 113 30 13 477 112 67
Binary 11100010 111001 10101100 0 1001011 11000 1011 100111111 1001010 110111

Color Harmonies of #E239AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E239AC

Black with #E239AC

Text Example


Text Example

White with #E239AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E239AC; }

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

 H1.HeaderClassName
 {
   color: #E239AC;
 }
 .AnyTagClassName
 {
   color: #E239AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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