Html Css Color HEX #E379AF Persian Pink

📋 copy color: '#E379AF'

red 227 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #E379AF

Tints of Persian Pink #E379AF

RGB

 RED value IS 227 (89.06% from 255) = 43.4%

 GREEN value IS 121 (47.66% from 255) = 23.14%

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

R = 43.4%
G = 23.14%
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

#E379AF (or 0xE379AF) is known color: Persian Pink. HEX triplet: E3, 79 and AF. RGB value is (227,121,175). Sum of RGB (Red+Green+Blue) = 227+121+175=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E379AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379AF is #1C8650. Grayscale: #9E9E9E. Windows color (decimal): -1869393 or 11500003. OLE color: 11500003.

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

Color convert

RGB 227 121 175 -
CMYK 0 0.47 0.23 0.11
HSL 329.43º 0.65% 0.68% -
HSV(B) 329.43º 0.47% 0.89% -
XYZ 46.25 33.1 44.51 -
YUV 158.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 227 121 175 0 0.47 0.23 0.11 329.43 0.65 0.68
Hex E3 79 AF 0 2F 17 B 149 41 44
Octal 343 171 257 0 57 27 13 511 101 104
Binary 11100011 1111001 10101111 0 101111 10111 1011 101001001 1000001 1000100

Color Harmonies of #E379AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379AF

Black with #E379AF

Text Example


Text Example

White with #E379AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379AF; }

 p { color: rgb(227,121,175); }

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

background-color css

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

 a { background-color: rgb(227,121,175); }

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

border-color css

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

 span { border-color: rgb(227,121,175); }

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