Html Css Color HEX #E479B2 Persian Pink

📋 copy color: '#E479B2'

red 228 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #E479B2

Tints of Persian Pink #E479B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.78%

R = 43.26%
G = 22.96%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E479B2 (or 0xE479B2) is known color: Persian Pink. HEX triplet: E4, 79 and B2. RGB value is (228,121,178). Sum of RGB (Red+Green+Blue) = 228+121+178=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E479B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E479B2 is #1B864D. Grayscale: #9F9F9F. Windows color (decimal): -1803854 or 11696612. OLE color: 11696612.

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

Color convert

RGB 228 121 178 -
CMYK 0 0.47 0.22 0.11
HSL 328.04º 0.66% 0.68% -
HSV(B) 328.04º 0.47% 0.89% -
XYZ 46.87 33.38 46.09 -
YUV 159.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 228 121 178 0 0.47 0.22 0.11 328.04 0.66 0.68
Hex E4 79 B2 0 2F 16 B 148 42 44
Octal 344 171 262 0 57 26 13 510 102 104
Binary 11100100 1111001 10110010 0 101111 10110 1011 101001000 1000010 1000100

Color Harmonies of #E479B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E479B2

Black with #E479B2

Text Example


Text Example

White with #E479B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E479B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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