Html Css Color HEX #E478B2 Persian Pink

📋 copy color: '#E478B2'

red 228 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #E478B2

Tints of Persian Pink #E478B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 43.35%
G = 22.81%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E478B2 (or 0xE478B2) is known color: Persian Pink. HEX triplet: E4, 78 and B2. RGB value is (228,120,178). Sum of RGB (Red+Green+Blue) = 228+120+178=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478B2 is #1B874D. Grayscale: #9E9E9E. Windows color (decimal): -1804110 or 11696356. OLE color: 11696356.

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

Color convert

RGB 228 120 178 -
CMYK 0 0.47 0.22 0.11
HSL 327.78º 0.67% 0.68% -
HSV(B) 327.78º 0.47% 0.89% -
XYZ 46.75 33.14 46.05 -
YUV 158.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 228 120 178 0 0.47 0.22 0.11 327.78 0.67 0.68
Hex E4 78 B2 0 2F 16 B 148 43 44
Octal 344 170 262 0 57 26 13 510 103 104
Binary 11100100 1111000 10110010 0 101111 10110 1011 101001000 1000011 1000100

Color Harmonies of #E478B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478B2

Black with #E478B2

Text Example


Text Example

White with #E478B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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