Html Css Color HEX #E474AF Persian Pink

📋 copy color: '#E474AF'

red 228 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #E474AF

Tints of Persian Pink #E474AF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.35%

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

R = 43.93%
G = 22.35%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E474AF (or 0xE474AF) is known color: Persian Pink. HEX triplet: E4, 74 and AF. RGB value is (228,116,175). Sum of RGB (Red+Green+Blue) = 228+116+175=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E474AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E474AF is #1B8B50. Grayscale: #9C9C9C. Windows color (decimal): -1805137 or 11498724. OLE color: 11498724.

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

Color convert

RGB 228 116 175 -
CMYK 0 0.49 0.23 0.11
HSL 328.39º 0.67% 0.67% -
HSV(B) 328.39º 0.49% 0.89% -
XYZ 45.98 32.08 44.33 -
YUV 156.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 228 116 175 0 0.49 0.23 0.11 328.39 0.67 0.67
Hex E4 74 AF 0 31 17 B 148 43 43
Octal 344 164 257 0 61 27 13 510 103 103
Binary 11100100 1110100 10101111 0 110001 10111 1011 101001000 1000011 1000011

Color Harmonies of #E474AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474AF

Black with #E474AF

Text Example


Text Example

White with #E474AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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