Html Css Color HEX #E379BE Persian Pink

📋 copy color: '#E379BE'

red 227 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #E379BE

Tints of Persian Pink #E379BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 42.19%
G = 22.49%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E379BE (or 0xE379BE) is known color: Persian Pink. HEX triplet: E3, 79 and BE. RGB value is (227,121,190). Sum of RGB (Red+Green+Blue) = 227+121+190=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E379BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379BE is #1C8641. Grayscale: #A0A0A0. Windows color (decimal): -1869378 or 12483043. OLE color: 12483043.

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

Color convert

RGB 227 121 190 -
CMYK 0 0.47 0.16 0.11
HSL 320.94º 0.65% 0.68% -
HSV(B) 320.94º 0.47% 0.89% -
XYZ 47.81 33.72 52.7 -
YUV 160.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 227 121 190 0 0.47 0.16 0.11 320.94 0.65 0.68
Hex E3 79 BE 0 2F 10 B 141 41 44
Octal 343 171 276 0 57 20 13 501 101 104
Binary 11100011 1111001 10111110 0 101111 10000 1011 101000001 1000001 1000100

Color Harmonies of #E379BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379BE

Black with #E379BE

Text Example


Text Example

White with #E379BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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