Html Css Color HEX #E27ABB Persian Pink

📋 copy color: '#E27ABB'

red 226 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #E27ABB

Tints of Persian Pink #E27ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 42.24%
G = 22.8%
B = 34.95%

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

#E27ABB (or 0xE27ABB) is known color: Persian Pink. HEX triplet: E2, 7A and BB. RGB value is (226,122,187). Sum of RGB (Red+Green+Blue) = 226+122+187=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ABB is #1D8544. Grayscale: #A0A0A0. Windows color (decimal): -1934661 or 12286690. OLE color: 12286690.

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

Color convert

RGB 226 122 187 -
CMYK 0 0.46 0.17 0.11
HSL 322.5º 0.64% 0.68% -
HSV(B) 322.5º 0.46% 0.89% -
XYZ 47.29 33.68 51.02 -
YUV 160.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 226 122 187 0 0.46 0.17 0.11 322.5 0.64 0.68
Hex E2 7A BB 0 2E 11 B 142 40 44
Octal 342 172 273 0 56 21 13 502 100 104
Binary 11100010 1111010 10111011 0 101110 10001 1011 101000010 1000000 1000100

Color Harmonies of #E27ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27ABB

Black with #E27ABB

Text Example


Text Example

White with #E27ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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