Html Css Color HEX #E47DC2 Persian Pink

📋 copy color: '#E47DC2'

red 228 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #E47DC2

Tints of Persian Pink #E47DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 41.68%
G = 22.85%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E47DC2 (or 0xE47DC2) is known color: Persian Pink. HEX triplet: E4, 7D and C2. RGB value is (228,125,194). Sum of RGB (Red+Green+Blue) = 228+125+194=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DC2 is #1B823D. Grayscale: #A3A3A3. Windows color (decimal): -1802814 or 12746212. OLE color: 12746212.

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

Color convert

RGB 228 125 194 -
CMYK 0 0.45 0.15 0.11
HSL 319.81º 0.66% 0.69% -
HSV(B) 319.81º 0.45% 0.89% -
XYZ 49.07 35.06 55.22 -
YUV 163.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 228 125 194 0 0.45 0.15 0.11 319.81 0.66 0.69
Hex E4 7D C2 0 2D F B 140 42 45
Octal 344 175 302 0 55 17 13 500 102 105
Binary 11100100 1111101 11000010 0 101101 1111 1011 101000000 1000010 1000101

Color Harmonies of #E47DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DC2

Black with #E47DC2

Text Example


Text Example

White with #E47DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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