Html Css Color HEX #E378BA Persian Pink

📋 copy color: '#E378BA'

red 227 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #E378BA

Tints of Persian Pink #E378BA

RGB

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

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

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

R = 42.59%
G = 22.51%
B = 34.9%

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

#E378BA (or 0xE378BA) is known color: Persian Pink. HEX triplet: E3, 78 and BA. RGB value is (227,120,186). Sum of RGB (Red+Green+Blue) = 227+120+186=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E378BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378BA is #1C8745. Grayscale: #9F9F9F. Windows color (decimal): -1869638 or 12220643. OLE color: 12220643.

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

Color convert

RGB 227 120 186 -
CMYK 0 0.47 0.18 0.11
HSL 322.99º 0.66% 0.68% -
HSV(B) 322.99º 0.47% 0.89% -
XYZ 47.26 33.31 50.39 -
YUV 159.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 227 120 186 0 0.47 0.18 0.11 322.99 0.66 0.68
Hex E3 78 BA 0 2F 12 B 143 42 44
Octal 343 170 272 0 57 22 13 503 102 104
Binary 11100011 1111000 10111010 0 101111 10010 1011 101000011 1000010 1000100

Color Harmonies of #E378BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378BA

Black with #E378BA

Text Example


Text Example

White with #E378BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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