Html Css Color HEX #E929AC Persian Rose

📋 copy color: '#E929AC'

red 233 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #E929AC

Tints of Persian Rose #E929AC

RGB

 RED value IS 233 (91.41% from 255) = 52.24%

 GREEN value IS 41 (16.41% from 255) = 9.19%

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

R = 52.24%
G = 9.19%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E929AC (or 0xE929AC) is known color: Persian Rose. HEX triplet: E9, 29 and AC. RGB value is (233,41,172). Sum of RGB (Red+Green+Blue) = 233+41+172=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E929AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E929AC is #16D653. Grayscale: #717171. Windows color (decimal): -1496660 or 11282921. OLE color: 11282921.

HSL color Cylindrical-coordinate representation of color #E929AC: hue angle of 319.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929AC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 41 172 -
CMYK 0 0.82 0.26 0.09
HSL 319.06º 0.81% 0.54% -
HSV(B) 319.06º 0.82% 0.91% -
XYZ 41.84 21.89 41.05 -
YUV 113.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 233 41 172 0 0.82 0.26 0.09 319.06 0.81 0.54
Hex E9 29 AC 0 52 1A 9 13F 51 36
Octal 351 51 254 0 122 32 11 477 121 66
Binary 11101001 101001 10101100 0 1010010 11010 1001 100111111 1010001 110110

Color Harmonies of #E929AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E929AC

Black with #E929AC

Text Example


Text Example

White with #E929AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E929AC; }

 p { color: rgb(233,41,172); }

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

background-color css

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

 a { background-color: rgb(233,41,172); }

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

border-color css

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

 span { border-color: rgb(233,41,172); }

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