Html Css Color HEX #E478BE Persian Pink

📋 copy color: '#E478BE'

red 228 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #E478BE

Tints of Persian Pink #E478BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 42.38%
G = 22.3%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E478BE (or 0xE478BE) is known color: Persian Pink. HEX triplet: E4, 78 and BE. RGB value is (228,120,190). Sum of RGB (Red+Green+Blue) = 228+120+190=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E478BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478BE is #1B8741. Grayscale: #A0A0A0. Windows color (decimal): -1804098 or 12482788. OLE color: 12482788.

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

Color convert

RGB 228 120 190 -
CMYK 0 0.47 0.17 0.11
HSL 321.11º 0.67% 0.68% -
HSV(B) 321.11º 0.47% 0.89% -
XYZ 48.01 33.64 52.68 -
YUV 160.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 228 120 190 0 0.47 0.17 0.11 321.11 0.67 0.68
Hex E4 78 BE 0 2F 11 B 141 43 44
Octal 344 170 276 0 57 21 13 501 103 104
Binary 11100100 1111000 10111110 0 101111 10001 1011 101000001 1000011 1000100

Color Harmonies of #E478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478BE

Black with #E478BE

Text Example


Text Example

White with #E478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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