Html Css Color HEX #E27DB4 Persian Pink

📋 copy color: '#E27DB4'

red 226 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #E27DB4

Tints of Persian Pink #E27DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 42.56%
G = 23.54%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E27DB4 (or 0xE27DB4) is known color: Persian Pink. HEX triplet: E2, 7D and B4. RGB value is (226,125,180). Sum of RGB (Red+Green+Blue) = 226+125+180=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DB4 is #1D824B. Grayscale: #A1A1A1. Windows color (decimal): -1933900 or 11828706. OLE color: 11828706.

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

Color convert

RGB 226 125 180 -
CMYK 0 0.45 0.20 0.11
HSL 327.33º 0.64% 0.69% -
HSV(B) 327.33º 0.45% 0.89% -
XYZ 46.94 34.13 47.29 -
YUV 161.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 226 125 180 0 0.45 0.20 0.11 327.33 0.64 0.69
Hex E2 7D B4 0 2D 14 B 147 40 45
Octal 342 175 264 0 55 24 13 507 100 105
Binary 11100010 1111101 10110100 0 101101 10100 1011 101000111 1000000 1000101

Color Harmonies of #E27DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DB4

Black with #E27DB4

Text Example


Text Example

White with #E27DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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