Html Css Color HEX #E479C0 Persian Pink

📋 copy color: '#E479C0'

red 228 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #E479C0

Tints of Persian Pink #E479C0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.37%

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

R = 42.14%
G = 22.37%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E479C0 (or 0xE479C0) is known color: Persian Pink. HEX triplet: E4, 79 and C0. RGB value is (228,121,192). Sum of RGB (Red+Green+Blue) = 228+121+192=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E479C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479C0 is #1B863F. Grayscale: #A0A0A0. Windows color (decimal): -1803840 or 12614116. OLE color: 12614116.

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

Color convert

RGB 228 121 192 -
CMYK 0 0.47 0.16 0.11
HSL 320.19º 0.66% 0.68% -
HSV(B) 320.19º 0.47% 0.89% -
XYZ 48.35 33.97 53.88 -
YUV 161.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 228 121 192 0 0.47 0.16 0.11 320.19 0.66 0.68
Hex E4 79 C0 0 2F 10 B 140 42 44
Octal 344 171 300 0 57 20 13 500 102 104
Binary 11100100 1111001 11000000 0 101111 10000 1011 101000000 1000010 1000100

Color Harmonies of #E479C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479C0

Black with #E479C0

Text Example


Text Example

White with #E479C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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