Html Css Color HEX #E478B0 Persian Pink

📋 copy color: '#E478B0'

red 228 ◦ green 120 ◦ blue 176

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

Shades of Persian Pink #E478B0

Tints of Persian Pink #E478B0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.9%

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 43.51%
G = 22.9%
B = 33.59%

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

#E478B0 (or 0xE478B0) is known color: Persian Pink. HEX triplet: E4, 78 and B0. RGB value is (228,120,176). Sum of RGB (Red+Green+Blue) = 228+120+176=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478B0 is #1B874F. Grayscale: #9E9E9E. Windows color (decimal): -1804112 or 11565284. OLE color: 11565284.

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

Color convert

RGB 228 120 176 -
CMYK 0 0.47 0.23 0.11
HSL 328.89º 0.67% 0.68% -
HSV(B) 328.89º 0.47% 0.89% -
XYZ 46.55 33.06 45 -
YUV 158.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 228 120 176 0 0.47 0.23 0.11 328.89 0.67 0.68
Hex E4 78 B0 0 2F 17 B 149 43 44
Octal 344 170 260 0 57 27 13 511 103 104
Binary 11100100 1111000 10110000 0 101111 10111 1011 101001001 1000011 1000100

Color Harmonies of #E478B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478B0

Black with #E478B0

Text Example


Text Example

White with #E478B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478B0; }

 p { color: rgb(228,120,176); }

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

background-color css

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

 a { background-color: rgb(228,120,176); }

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

border-color css

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

 span { border-color: rgb(228,120,176); }

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