Html Css Color HEX #E378C0 Persian Pink

📋 copy color: '#E378C0'

red 227 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #E378C0

Tints of Persian Pink #E378C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 42.12%
G = 22.26%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E378C0 (or 0xE378C0) is known color: Persian Pink. HEX triplet: E3, 78 and C0. RGB value is (227,120,192). Sum of RGB (Red+Green+Blue) = 227+120+192=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E378C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378C0 is #1C873F. Grayscale: #A0A0A0. Windows color (decimal): -1869632 or 12613859. OLE color: 12613859.

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

Color convert

RGB 227 120 192 -
CMYK 0 0.47 0.15 0.11
HSL 319.63º 0.66% 0.68% -
HSV(B) 319.63º 0.47% 0.89% -
XYZ 47.91 33.57 53.82 -
YUV 160.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 227 120 192 0 0.47 0.15 0.11 319.63 0.66 0.68
Hex E3 78 C0 0 2F F B 140 42 44
Octal 343 170 300 0 57 17 13 500 102 104
Binary 11100011 1111000 11000000 0 101111 1111 1011 101000000 1000010 1000100

Color Harmonies of #E378C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378C0

Black with #E378C0

Text Example


Text Example

White with #E378C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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