Html Css Color HEX #E47CBA Persian Pink

📋 copy color: '#E47CBA'

red 228 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #E47CBA

Tints of Persian Pink #E47CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 42.38%
G = 23.05%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E47CBA (or 0xE47CBA) is known color: Persian Pink. HEX triplet: E4, 7C and BA. RGB value is (228,124,186). Sum of RGB (Red+Green+Blue) = 228+124+186=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CBA is #1B8345. Grayscale: #A2A2A2. Windows color (decimal): -1803078 or 12221668. OLE color: 12221668.

HSL color Cylindrical-coordinate representation of color #E47CBA: hue angle of 324.23º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47CBA is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 124 186 -
CMYK 0 0.46 0.18 0.11
HSL 324.23º 0.66% 0.69% -
HSV(B) 324.23º 0.46% 0.89% -
XYZ 48.07 34.45 50.57 -
YUV 162.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 228 124 186 0 0.46 0.18 0.11 324.23 0.66 0.69
Hex E4 7C BA 0 2E 12 B 144 42 45
Octal 344 174 272 0 56 22 13 504 102 105
Binary 11100100 1111100 10111010 0 101110 10010 1011 101000100 1000010 1000101

Color Harmonies of #E47CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CBA

Black with #E47CBA

Text Example


Text Example

White with #E47CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CBA; }

 p { color: rgb(228,124,186); }

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

background-color css

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

 a { background-color: rgb(228,124,186); }

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

border-color css

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

 span { border-color: rgb(228,124,186); }

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