Html Css Color HEX #E379B0 Persian Pink

📋 copy color: '#E379B0'

red 227 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #E379B0

Tints of Persian Pink #E379B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 43.32%
G = 23.09%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E379B0 (or 0xE379B0) is known color: Persian Pink. HEX triplet: E3, 79 and B0. RGB value is (227,121,176). Sum of RGB (Red+Green+Blue) = 227+121+176=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E379B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379B0 is #1C864F. Grayscale: #9E9E9E. Windows color (decimal): -1869392 or 11565539. OLE color: 11565539.

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

Color convert

RGB 227 121 176 -
CMYK 0 0.47 0.22 0.11
HSL 328.87º 0.65% 0.68% -
HSV(B) 328.87º 0.47% 0.89% -
XYZ 46.35 33.14 45.03 -
YUV 158.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 227 121 176 0 0.47 0.22 0.11 328.87 0.65 0.68
Hex E3 79 B0 0 2F 16 B 149 41 44
Octal 343 171 260 0 57 26 13 511 101 104
Binary 11100011 1111001 10110000 0 101111 10110 1011 101001001 1000001 1000100

Color Harmonies of #E379B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379B0

Black with #E379B0

Text Example


Text Example

White with #E379B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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