Html Css Color HEX #E47DBF Persian Pink

📋 copy color: '#E47DBF'

red 228 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E47DBF

Tints of Persian Pink #E47DBF

RGB

 RED value IS 228 (89.45% from 255) = 41.91%

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 41.91%
G = 22.98%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E47DBF (or 0xE47DBF) is known color: Persian Pink. HEX triplet: E4, 7D and BF. RGB value is (228,125,191). Sum of RGB (Red+Green+Blue) = 228+125+191=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DBF is #1B8240. Grayscale: #A3A3A3. Windows color (decimal): -1802817 or 12549604. OLE color: 12549604.

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

Color convert

RGB 228 125 191 -
CMYK 0 0.45 0.16 0.11
HSL 321.55º 0.66% 0.69% -
HSV(B) 321.55º 0.45% 0.89% -
XYZ 48.73 34.92 53.46 -
YUV 163.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 228 125 191 0 0.45 0.16 0.11 321.55 0.66 0.69
Hex E4 7D BF 0 2D 10 B 142 42 45
Octal 344 175 277 0 55 20 13 502 102 105
Binary 11100100 1111101 10111111 0 101101 10000 1011 101000010 1000010 1000101

Color Harmonies of #E47DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DBF

Black with #E47DBF

Text Example


Text Example

White with #E47DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DBF; }

 p { color: rgb(228,125,191); }

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

background-color css

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

 a { background-color: rgb(228,125,191); }

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

border-color css

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

 span { border-color: rgb(228,125,191); }

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