Html Css Color HEX #E478AF Persian Pink

📋 copy color: '#E478AF'

red 228 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #E478AF

Tints of Persian Pink #E478AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 43.59%
G = 22.94%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E478AF (or 0xE478AF) is known color: Persian Pink. HEX triplet: E4, 78 and AF. RGB value is (228,120,175). Sum of RGB (Red+Green+Blue) = 228+120+175=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E478AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478AF is #1B8750. Grayscale: #9E9E9E. Windows color (decimal): -1804113 or 11499748. OLE color: 11499748.

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

Color convert

RGB 228 120 175 -
CMYK 0 0.47 0.23 0.11
HSL 329.44º 0.67% 0.68% -
HSV(B) 329.44º 0.47% 0.89% -
XYZ 46.45 33.02 44.48 -
YUV 158.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 228 120 175 0 0.47 0.23 0.11 329.44 0.67 0.68
Hex E4 78 AF 0 2F 17 B 149 43 44
Octal 344 170 257 0 57 27 13 511 103 104
Binary 11100100 1111000 10101111 0 101111 10111 1011 101001001 1000011 1000100

Color Harmonies of #E478AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478AF

Black with #E478AF

Text Example


Text Example

White with #E478AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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