Html Css Color HEX #E27AC5 Persian Pink

📋 copy color: '#E27AC5'

red 226 ◦ green 122 ◦ blue 197

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

Shades of Persian Pink #E27AC5

Tints of Persian Pink #E27AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.39%

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 41.47%
G = 22.39%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E27AC5 (or 0xE27AC5) is known color: Persian Pink. HEX triplet: E2, 7A and C5. RGB value is (226,122,197). Sum of RGB (Red+Green+Blue) = 226+122+197=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC5 is #1D853A. Grayscale: #A1A1A1. Windows color (decimal): -1934651 or 12942050. OLE color: 12942050.

HSL color Cylindrical-coordinate representation of color #E27AC5: hue angle of 316.73º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27AC5 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 122 197 -
CMYK 0 0.46 0.13 0.11
HSL 316.73º 0.64% 0.68% -
HSV(B) 316.73º 0.46% 0.89% -
XYZ 48.4 34.12 56.86 -
YUV 161.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 226 122 197 0 0.46 0.13 0.11 316.73 0.64 0.68
Hex E2 7A C5 0 2E D B 13D 40 44
Octal 342 172 305 0 56 15 13 475 100 104
Binary 11100010 1111010 11000101 0 101110 1101 1011 100111101 1000000 1000100

Color Harmonies of #E27AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AC5

Black with #E27AC5

Text Example


Text Example

White with #E27AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AC5; }

 p { color: rgb(226,122,197); }

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

background-color css

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

 a { background-color: rgb(226,122,197); }

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

border-color css

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

 span { border-color: rgb(226,122,197); }

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