Html Css Color HEX #E241AC Persian Rose

📋 copy color: '#E241AC'

red 226 ◦ green 65 ◦ blue 172

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

Shades of Persian Rose #E241AC

Tints of Persian Rose #E241AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.04%

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

R = 48.81%
G = 14.04%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E241AC (or 0xE241AC) is known color: Persian Rose. HEX triplet: E2, 41 and AC. RGB value is (226,65,172). Sum of RGB (Red+Green+Blue) = 226+65+172=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E241AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E241AC is #1DBE53. Grayscale: #7D7D7D. Windows color (decimal): -1949268 or 11289058. OLE color: 11289058.

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

Color convert

RGB 226 65 172 -
CMYK 0 0.71 0.24 0.11
HSL 320.12º 0.74% 0.57% -
HSV(B) 320.12º 0.71% 0.89% -
XYZ 40.7 22.93 41.31 -
YUV 125.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 226 65 172 0 0.71 0.24 0.11 320.12 0.74 0.57
Hex E2 41 AC 0 47 18 B 140 4A 39
Octal 342 101 254 0 107 30 13 500 112 71
Binary 11100010 1000001 10101100 0 1000111 11000 1011 101000000 1001010 111001

Color Harmonies of #E241AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241AC

Black with #E241AC

Text Example


Text Example

White with #E241AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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