Html Css Color HEX #E27ABC Persian Pink

📋 copy color: '#E27ABC'

red 226 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #E27ABC

Tints of Persian Pink #E27ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 42.16%
G = 22.76%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E27ABC (or 0xE27ABC) is known color: Persian Pink. HEX triplet: E2, 7A and BC. RGB value is (226,122,188). Sum of RGB (Red+Green+Blue) = 226+122+188=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABC is #1D8543. Grayscale: #A0A0A0. Windows color (decimal): -1934660 or 12352226. OLE color: 12352226.

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

Color convert

RGB 226 122 188 -
CMYK 0 0.46 0.17 0.11
HSL 321.92º 0.64% 0.68% -
HSV(B) 321.92º 0.46% 0.89% -
XYZ 47.4 33.72 51.59 -
YUV 160.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 226 122 188 0 0.46 0.17 0.11 321.92 0.64 0.68
Hex E2 7A BC 0 2E 11 B 142 40 44
Octal 342 172 274 0 56 21 13 502 100 104
Binary 11100010 1111010 10111100 0 101110 10001 1011 101000010 1000000 1000100

Color Harmonies of #E27ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ABC

Black with #E27ABC

Text Example


Text Example

White with #E27ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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