Html Css Color HEX #E27AC4 Persian Pink

📋 copy color: '#E27AC4'

red 226 ◦ green 122 ◦ blue 196

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

Shades of Persian Pink #E27AC4

Tints of Persian Pink #E27AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 41.54%
G = 22.43%
B = 36.03%

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

#E27AC4 (or 0xE27AC4) is known color: Persian Pink. HEX triplet: E2, 7A and C4. RGB value is (226,122,196). Sum of RGB (Red+Green+Blue) = 226+122+196=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AC4 is #1D853B. Grayscale: #A1A1A1. Windows color (decimal): -1934652 or 12876514. OLE color: 12876514.

HSL color Cylindrical-coordinate representation of color #E27AC4: hue angle of 317.31º 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 #E27AC4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 122 196 -
CMYK 0 0.46 0.13 0.11
HSL 317.31º 0.64% 0.68% -
HSV(B) 317.31º 0.46% 0.89% -
XYZ 48.29 34.07 56.26 -
YUV 161.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 226 122 196 0 0.46 0.13 0.11 317.31 0.64 0.68
Hex E2 7A C4 0 2E D B 13D 40 44
Octal 342 172 304 0 56 15 13 475 100 104
Binary 11100010 1111010 11000100 0 101110 1101 1011 100111101 1000000 1000100

Color Harmonies of #E27AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AC4

Black with #E27AC4

Text Example


Text Example

White with #E27AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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