Html Css Color HEX #E27DB0 Persian Pink

📋 copy color: '#E27DB0'

red 226 ◦ green 125 ◦ blue 176

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

Shades of Persian Pink #E27DB0

Tints of Persian Pink #E27DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 42.88%
G = 23.72%
B = 33.4%

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

#E27DB0 (or 0xE27DB0) is known color: Persian Pink. HEX triplet: E2, 7D and B0. RGB value is (226,125,176). Sum of RGB (Red+Green+Blue) = 226+125+176=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DB0 is #1D824F. Grayscale: #A0A0A0. Windows color (decimal): -1933904 or 11566562. OLE color: 11566562.

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

Color convert

RGB 226 125 176 -
CMYK 0 0.45 0.22 0.11
HSL 329.7º 0.64% 0.69% -
HSV(B) 329.7º 0.45% 0.89% -
XYZ 46.53 33.97 45.18 -
YUV 161.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 226 125 176 0 0.45 0.22 0.11 329.7 0.64 0.69
Hex E2 7D B0 0 2D 16 B 14A 40 45
Octal 342 175 260 0 55 26 13 512 100 105
Binary 11100010 1111101 10110000 0 101101 10110 1011 101001010 1000000 1000101

Color Harmonies of #E27DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DB0

Black with #E27DB0

Text Example


Text Example

White with #E27DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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