Html Css Color HEX #E379BA Persian Pink

📋 copy color: '#E379BA'

red 227 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E379BA

Tints of Persian Pink #E379BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 42.51%
G = 22.66%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E379BA (or 0xE379BA) is known color: Persian Pink. HEX triplet: E3, 79 and BA. RGB value is (227,121,186). Sum of RGB (Red+Green+Blue) = 227+121+186=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E379BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379BA is #1C8645. Grayscale: #9F9F9F. Windows color (decimal): -1869382 or 12220899. OLE color: 12220899.

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

Color convert

RGB 227 121 186 -
CMYK 0 0.47 0.18 0.11
HSL 323.21º 0.65% 0.68% -
HSV(B) 323.21º 0.47% 0.89% -
XYZ 47.38 33.55 50.43 -
YUV 160.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 227 121 186 0 0.47 0.18 0.11 323.21 0.65 0.68
Hex E3 79 BA 0 2F 12 B 143 41 44
Octal 343 171 272 0 57 22 13 503 101 104
Binary 11100011 1111001 10111010 0 101111 10010 1011 101000011 1000001 1000100

Color Harmonies of #E379BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379BA

Black with #E379BA

Text Example


Text Example

White with #E379BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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