Html Css Color HEX #E47DC0 Persian Pink

📋 copy color: '#E47DC0'

red 228 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #E47DC0

Tints of Persian Pink #E47DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 41.83%
G = 22.94%
B = 35.23%

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

#E47DC0 (or 0xE47DC0) is known color: Persian Pink. HEX triplet: E4, 7D and C0. RGB value is (228,125,192). Sum of RGB (Red+Green+Blue) = 228+125+192=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DC0 is #1B823F. Grayscale: #A3A3A3. Windows color (decimal): -1802816 or 12615140. OLE color: 12615140.

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

Color convert

RGB 228 125 192 -
CMYK 0 0.45 0.16 0.11
HSL 320.97º 0.66% 0.69% -
HSV(B) 320.97º 0.45% 0.89% -
XYZ 48.84 34.97 54.04 -
YUV 163.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 228 125 192 0 0.45 0.16 0.11 320.97 0.66 0.69
Hex E4 7D C0 0 2D 10 B 141 42 45
Octal 344 175 300 0 55 20 13 501 102 105
Binary 11100100 1111101 11000000 0 101101 10000 1011 101000001 1000010 1000101

Color Harmonies of #E47DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DC0

Black with #E47DC0

Text Example


Text Example

White with #E47DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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