Html Css Color HEX #E378AC Persian Pink

📋 copy color: '#E378AC'

red 227 ◦ green 120 ◦ blue 172

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

Shades of Persian Pink #E378AC

Tints of Persian Pink #E378AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 43.74%
G = 23.12%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E378AC (or 0xE378AC) is known color: Persian Pink. HEX triplet: E3, 78 and AC. RGB value is (227,120,172). Sum of RGB (Red+Green+Blue) = 227+120+172=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E378AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E378AC is #1C8753. Grayscale: #9D9D9D. Windows color (decimal): -1869652 or 11303139. OLE color: 11303139.

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

Color convert

RGB 227 120 172 -
CMYK 0 0.47 0.24 0.11
HSL 330.84º 0.66% 0.68% -
HSV(B) 330.84º 0.47% 0.89% -
XYZ 45.84 32.74 42.93 -
YUV 157.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 227 120 172 0 0.47 0.24 0.11 330.84 0.66 0.68
Hex E3 78 AC 0 2F 18 B 14B 42 44
Octal 343 170 254 0 57 30 13 513 102 104
Binary 11100011 1111000 10101100 0 101111 11000 1011 101001011 1000010 1000100

Color Harmonies of #E378AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378AC

Black with #E378AC

Text Example


Text Example

White with #E378AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378AC; }

 p { color: rgb(227,120,172); }

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

background-color css

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

 a { background-color: rgb(227,120,172); }

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

border-color css

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

 span { border-color: rgb(227,120,172); }

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