Html Css Color HEX #E378BF Persian Pink

📋 copy color: '#E378BF'

red 227 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #E378BF

Tints of Persian Pink #E378BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.5%

R = 42.19%
G = 22.3%
B = 35.5%

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

#E378BF (or 0xE378BF) is known color: Persian Pink. HEX triplet: E3, 78 and BF. RGB value is (227,120,191). Sum of RGB (Red+Green+Blue) = 227+120+191=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E378BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378BF is #1C8740. Grayscale: #9F9F9F. Windows color (decimal): -1869633 or 12548323. OLE color: 12548323.

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

Color convert

RGB 227 120 191 -
CMYK 0 0.47 0.16 0.11
HSL 320.19º 0.66% 0.68% -
HSV(B) 320.19º 0.47% 0.89% -
XYZ 47.8 33.53 53.24 -
YUV 160.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 227 120 191 0 0.47 0.16 0.11 320.19 0.66 0.68
Hex E3 78 BF 0 2F 10 B 140 42 44
Octal 343 170 277 0 57 20 13 500 102 104
Binary 11100011 1111000 10111111 0 101111 10000 1011 101000000 1000010 1000100

Color Harmonies of #E378BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378BF

Black with #E378BF

Text Example


Text Example

White with #E378BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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