Html Css Color HEX #E379B2 Persian Pink

📋 copy color: '#E379B2'

red 227 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #E379B2

Tints of Persian Pink #E379B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 43.16%
G = 23%
B = 33.84%

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

#E379B2 (or 0xE379B2) is known color: Persian Pink. HEX triplet: E3, 79 and B2. RGB value is (227,121,178). Sum of RGB (Red+Green+Blue) = 227+121+178=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E379B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379B2 is #1C864D. Grayscale: #9F9F9F. Windows color (decimal): -1869390 or 11696611. OLE color: 11696611.

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

Color convert

RGB 227 121 178 -
CMYK 0 0.47 0.22 0.11
HSL 327.74º 0.65% 0.68% -
HSV(B) 327.74º 0.47% 0.89% -
XYZ 46.55 33.22 46.08 -
YUV 159.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 227 121 178 0 0.47 0.22 0.11 327.74 0.65 0.68
Hex E3 79 B2 0 2F 16 B 148 41 44
Octal 343 171 262 0 57 26 13 510 101 104
Binary 11100011 1111001 10110010 0 101111 10110 1011 101001000 1000001 1000100

Color Harmonies of #E379B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379B2

Black with #E379B2

Text Example


Text Example

White with #E379B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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