Html Css Color HEX #E229AC Persian Rose

📋 copy color: '#E229AC'

red 226 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #E229AC

Tints of Persian Rose #E229AC

RGB

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

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

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

R = 51.48%
G = 9.34%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E229AC (or 0xE229AC) is known color: Persian Rose. HEX triplet: E2, 29 and AC. RGB value is (226,41,172). Sum of RGB (Red+Green+Blue) = 226+41+172=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E229AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E229AC is #1DD653. Grayscale: #6E6E6E. Windows color (decimal): -1955412 or 11282914. OLE color: 11282914.

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

Color convert

RGB 226 41 172 -
CMYK 0 0.82 0.24 0.11
HSL 317.51º 0.76% 0.52% -
HSV(B) 317.51º 0.82% 0.89% -
XYZ 39.6 20.73 40.94 -
YUV 111.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 226 41 172 0 0.82 0.24 0.11 317.51 0.76 0.52
Hex E2 29 AC 0 52 18 B 13E 4C 34
Octal 342 51 254 0 122 30 13 476 114 64
Binary 11100010 101001 10101100 0 1010010 11000 1011 100111110 1001100 110100

Color Harmonies of #E229AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E229AC

Black with #E229AC

Text Example


Text Example

White with #E229AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E229AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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