Html Css Color HEX #E47DBD Persian Pink

📋 copy color: '#E47DBD'

red 228 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #E47DBD

Tints of Persian Pink #E47DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 42.07%
G = 23.06%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E47DBD (or 0xE47DBD) is known color: Persian Pink. HEX triplet: E4, 7D and BD. RGB value is (228,125,189). Sum of RGB (Red+Green+Blue) = 228+125+189=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DBD is #1B8242. Grayscale: #A2A2A2. Windows color (decimal): -1802819 or 12418532. OLE color: 12418532.

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

Color convert

RGB 228 125 189 -
CMYK 0 0.45 0.17 0.11
HSL 322.72º 0.66% 0.69% -
HSV(B) 322.72º 0.45% 0.89% -
XYZ 48.51 34.84 52.31 -
YUV 163.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 228 125 189 0 0.45 0.17 0.11 322.72 0.66 0.69
Hex E4 7D BD 0 2D 11 B 143 42 45
Octal 344 175 275 0 55 21 13 503 102 105
Binary 11100100 1111101 10111101 0 101101 10001 1011 101000011 1000010 1000101

Color Harmonies of #E47DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DBD

Black with #E47DBD

Text Example


Text Example

White with #E47DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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