Html Css Color HEX #E478BF Persian Pink

📋 copy color: '#E478BF'

red 228 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #E478BF

Tints of Persian Pink #E478BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 42.3%
G = 22.26%
B = 35.44%

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

#E478BF (or 0xE478BF) is known color: Persian Pink. HEX triplet: E4, 78 and BF. RGB value is (228,120,191). Sum of RGB (Red+Green+Blue) = 228+120+191=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E478BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478BF is #1B8740. Grayscale: #A0A0A0. Windows color (decimal): -1804097 or 12548324. OLE color: 12548324.

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

Color convert

RGB 228 120 191 -
CMYK 0 0.47 0.16 0.11
HSL 320.56º 0.67% 0.68% -
HSV(B) 320.56º 0.47% 0.89% -
XYZ 48.12 33.69 53.26 -
YUV 160.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 228 120 191 0 0.47 0.16 0.11 320.56 0.67 0.68
Hex E4 78 BF 0 2F 10 B 141 43 44
Octal 344 170 277 0 57 20 13 501 103 104
Binary 11100100 1111000 10111111 0 101111 10000 1011 101000001 1000011 1000100

Color Harmonies of #E478BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478BF

Black with #E478BF

Text Example


Text Example

White with #E478BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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