Html Css Color HEX #E478BB Persian Pink

📋 copy color: '#E478BB'

red 228 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #E478BB

Tints of Persian Pink #E478BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 42.62%
G = 22.43%
B = 34.95%

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

#E478BB (or 0xE478BB) is known color: Persian Pink. HEX triplet: E4, 78 and BB. RGB value is (228,120,187). Sum of RGB (Red+Green+Blue) = 228+120+187=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E478BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478BB is #1B8744. Grayscale: #9F9F9F. Windows color (decimal): -1804101 or 12286180. OLE color: 12286180.

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

Color convert

RGB 228 120 187 -
CMYK 0 0.47 0.18 0.11
HSL 322.78º 0.67% 0.68% -
HSV(B) 322.78º 0.47% 0.89% -
XYZ 47.68 33.51 50.97 -
YUV 159.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 228 120 187 0 0.47 0.18 0.11 322.78 0.67 0.68
Hex E4 78 BB 0 2F 12 B 143 43 44
Octal 344 170 273 0 57 22 13 503 103 104
Binary 11100100 1111000 10111011 0 101111 10010 1011 101000011 1000011 1000100

Color Harmonies of #E478BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478BB

Black with #E478BB

Text Example


Text Example

White with #E478BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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