Html Css Color HEX #E47EAF Persian Pink

📋 copy color: '#E47EAF'

red 228 ◦ green 126 ◦ blue 175

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

Shades of Persian Pink #E47EAF

Tints of Persian Pink #E47EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 43.1%
G = 23.82%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E47EAF (or 0xE47EAF) is known color: Persian Pink. HEX triplet: E4, 7E and AF. RGB value is (228,126,175). Sum of RGB (Red+Green+Blue) = 228+126+175=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EAF is #1B8150. Grayscale: #A1A1A1. Windows color (decimal): -1802577 or 11501284. OLE color: 11501284.

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

Color convert

RGB 228 126 175 -
CMYK 0 0.45 0.23 0.11
HSL 331.18º 0.65% 0.69% -
HSV(B) 331.18º 0.45% 0.89% -
XYZ 47.19 34.51 44.73 -
YUV 162.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 228 126 175 0 0.45 0.23 0.11 331.18 0.65 0.69
Hex E4 7E AF 0 2D 17 B 14B 41 45
Octal 344 176 257 0 55 27 13 513 101 105
Binary 11100100 1111110 10101111 0 101101 10111 1011 101001011 1000001 1000101

Color Harmonies of #E47EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47EAF

Black with #E47EAF

Text Example


Text Example

White with #E47EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47EAF; }

 p { color: rgb(228,126,175); }

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

background-color css

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

 a { background-color: rgb(228,126,175); }

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

border-color css

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

 span { border-color: rgb(228,126,175); }

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