Html Css Color HEX #E478BA Persian Pink

📋 copy color: '#E478BA'

red 228 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #E478BA

Tints of Persian Pink #E478BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 42.7%
G = 22.47%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E478BA (or 0xE478BA) is known color: Persian Pink. HEX triplet: E4, 78 and BA. RGB value is (228,120,186). Sum of RGB (Red+Green+Blue) = 228+120+186=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E478BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478BA is #1B8745. Grayscale: #9F9F9F. Windows color (decimal): -1804102 or 12220644. OLE color: 12220644.

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

Color convert

RGB 228 120 186 -
CMYK 0 0.47 0.18 0.11
HSL 323.33º 0.67% 0.68% -
HSV(B) 323.33º 0.47% 0.89% -
XYZ 47.57 33.47 50.41 -
YUV 159.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 228 120 186 0 0.47 0.18 0.11 323.33 0.67 0.68
Hex E4 78 BA 0 2F 12 B 143 43 44
Octal 344 170 272 0 57 22 13 503 103 104
Binary 11100100 1111000 10111010 0 101111 10010 1011 101000011 1000011 1000100

Color Harmonies of #E478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478BA

Black with #E478BA

Text Example


Text Example

White with #E478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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