Html Css Color HEX #E479AF Persian Pink

📋 copy color: '#E479AF'

red 228 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #E479AF

Tints of Persian Pink #E479AF

RGB

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

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

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

R = 43.51%
G = 23.09%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E479AF (or 0xE479AF) is known color: Persian Pink. HEX triplet: E4, 79 and AF. RGB value is (228,121,175). Sum of RGB (Red+Green+Blue) = 228+121+175=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E479AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E479AF is #1B8650. Grayscale: #9F9F9F. Windows color (decimal): -1803857 or 11500004. OLE color: 11500004.

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

Color convert

RGB 228 121 175 -
CMYK 0 0.47 0.23 0.11
HSL 329.72º 0.66% 0.68% -
HSV(B) 329.72º 0.47% 0.89% -
XYZ 46.57 33.26 44.52 -
YUV 159.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 228 121 175 0 0.47 0.23 0.11 329.72 0.66 0.68
Hex E4 79 AF 0 2F 17 B 14A 42 44
Octal 344 171 257 0 57 27 13 512 102 104
Binary 11100100 1111001 10101111 0 101111 10111 1011 101001010 1000010 1000100

Color Harmonies of #E479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479AF

Black with #E479AF

Text Example


Text Example

White with #E479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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