Html Css Color HEX #E27DB1 Persian Pink

📋 copy color: '#E27DB1'

red 226 ◦ green 125 ◦ blue 177

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

Shades of Persian Pink #E27DB1

Tints of Persian Pink #E27DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 177 (69.53% from 255) = 33.52%

R = 42.8%
G = 23.67%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E27DB1 (or 0xE27DB1) is known color: Persian Pink. HEX triplet: E2, 7D and B1. RGB value is (226,125,177). Sum of RGB (Red+Green+Blue) = 226+125+177=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DB1 is #1D824E. Grayscale: #A1A1A1. Windows color (decimal): -1933903 or 11632098. OLE color: 11632098.

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

Color convert

RGB 226 125 177 -
CMYK 0 0.45 0.22 0.11
HSL 329.11º 0.64% 0.69% -
HSV(B) 329.11º 0.45% 0.89% -
XYZ 46.63 34.01 45.7 -
YUV 161.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 226 125 177 0 0.45 0.22 0.11 329.11 0.64 0.69
Hex E2 7D B1 0 2D 16 B 149 40 45
Octal 342 175 261 0 55 26 13 511 100 105
Binary 11100010 1111101 10110001 0 101101 10110 1011 101001001 1000000 1000101

Color Harmonies of #E27DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DB1

Black with #E27DB1

Text Example


Text Example

White with #E27DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DB1; }

 p { color: rgb(226,125,177); }

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

background-color css

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

 a { background-color: rgb(226,125,177); }

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

border-color css

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

 span { border-color: rgb(226,125,177); }

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