Html Css Color HEX #E27ABD Persian Pink

📋 copy color: '#E27ABD'

red 226 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #E27ABD

Tints of Persian Pink #E27ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 42.09%
G = 22.72%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E27ABD (or 0xE27ABD) is known color: Persian Pink. HEX triplet: E2, 7A and BD. RGB value is (226,122,189). Sum of RGB (Red+Green+Blue) = 226+122+189=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABD is #1D8542. Grayscale: #A0A0A0. Windows color (decimal): -1934659 or 12417762. OLE color: 12417762.

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

Color convert

RGB 226 122 189 -
CMYK 0 0.46 0.16 0.11
HSL 321.35º 0.64% 0.68% -
HSV(B) 321.35º 0.46% 0.89% -
XYZ 47.51 33.76 52.16 -
YUV 160.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 226 122 189 0 0.46 0.16 0.11 321.35 0.64 0.68
Hex E2 7A BD 0 2E 10 B 141 40 44
Octal 342 172 275 0 56 20 13 501 100 104
Binary 11100010 1111010 10111101 0 101110 10000 1011 101000001 1000000 1000100

Color Harmonies of #E27ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ABD

Black with #E27ABD

Text Example


Text Example

White with #E27ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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