Html Css Color HEX #E47DBE Persian Pink

📋 copy color: '#E47DBE'

red 228 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #E47DBE

Tints of Persian Pink #E47DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 41.99%
G = 23.02%
B = 34.99%

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

#E47DBE (or 0xE47DBE) is known color: Persian Pink. HEX triplet: E4, 7D and BE. RGB value is (228,125,190). Sum of RGB (Red+Green+Blue) = 228+125+190=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DBE is #1B8241. Grayscale: #A3A3A3. Windows color (decimal): -1802818 or 12484068. OLE color: 12484068.

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

Color convert

RGB 228 125 190 -
CMYK 0 0.45 0.17 0.11
HSL 322.14º 0.66% 0.69% -
HSV(B) 322.14º 0.45% 0.89% -
XYZ 48.62 34.88 52.88 -
YUV 163.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 228 125 190 0 0.45 0.17 0.11 322.14 0.66 0.69
Hex E4 7D BE 0 2D 11 B 142 42 45
Octal 344 175 276 0 55 21 13 502 102 105
Binary 11100100 1111101 10111110 0 101101 10001 1011 101000010 1000010 1000101

Color Harmonies of #E47DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DBE

Black with #E47DBE

Text Example


Text Example

White with #E47DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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