Html Css Color HEX #E478C0 Persian Pink

📋 copy color: '#E478C0'

red 228 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #E478C0

Tints of Persian Pink #E478C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 42.22%
G = 22.22%
B = 35.56%

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

#E478C0 (or 0xE478C0) is known color: Persian Pink. HEX triplet: E4, 78 and C0. RGB value is (228,120,192). Sum of RGB (Red+Green+Blue) = 228+120+192=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E478C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478C0 is #1B873F. Grayscale: #A0A0A0. Windows color (decimal): -1804096 or 12613860. OLE color: 12613860.

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

Color convert

RGB 228 120 192 -
CMYK 0 0.47 0.16 0.11
HSL 320º 0.67% 0.68% -
HSV(B) 320º 0.47% 0.89% -
XYZ 48.23 33.73 53.84 -
YUV 160.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 228 120 192 0 0.47 0.16 0.11 320 0.67 0.68
Hex E4 78 C0 0 2F 10 B 140 43 44
Octal 344 170 300 0 57 20 13 500 103 104
Binary 11100100 1111000 11000000 0 101111 10000 1011 101000000 1000011 1000100

Color Harmonies of #E478C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478C0

Black with #E478C0

Text Example


Text Example

White with #E478C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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