Html Css Color HEX #E475C0 Persian Pink

📋 copy color: '#E475C0'

red 228 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #E475C0

Tints of Persian Pink #E475C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.79%

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

R = 42.46%
G = 21.79%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E475C0 (or 0xE475C0) is known color: Persian Pink. HEX triplet: E4, 75 and C0. RGB value is (228,117,192). Sum of RGB (Red+Green+Blue) = 228+117+192=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475C0 is #1B8A3F. Grayscale: #9E9E9E. Windows color (decimal): -1804864 or 12613092. OLE color: 12613092.

HSL color Cylindrical-coordinate representation of color #E475C0: hue angle of 319.46º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475C0 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 117 192 -
CMYK 0 0.49 0.16 0.11
HSL 319.46º 0.67% 0.68% -
HSV(B) 319.46º 0.49% 0.89% -
XYZ 47.87 33.02 53.72 -
YUV 158.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 228 117 192 0 0.49 0.16 0.11 319.46 0.67 0.68
Hex E4 75 C0 0 31 10 B 13F 43 44
Octal 344 165 300 0 61 20 13 477 103 104
Binary 11100100 1110101 11000000 0 110001 10000 1011 100111111 1000011 1000100

Color Harmonies of #E475C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475C0

Black with #E475C0

Text Example


Text Example

White with #E475C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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