Html Css Color HEX #E377B8 Persian Pink

📋 copy color: '#E377B8'

red 227 ◦ green 119 ◦ blue 184

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

Shades of Persian Pink #E377B8

Tints of Persian Pink #E377B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.45%

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 42.83%
G = 22.45%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E377B8 (or 0xE377B8) is known color: Persian Pink. HEX triplet: E3, 77 and B8. RGB value is (227,119,184). Sum of RGB (Red+Green+Blue) = 227+119+184=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E377B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377B8 is #1C8847. Grayscale: #9E9E9E. Windows color (decimal): -1869896 or 12089315. OLE color: 12089315.

HSL color Cylindrical-coordinate representation of color #E377B8: hue angle of 323.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E377B8 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 119 184 -
CMYK 0 0.48 0.19 0.11
HSL 323.89º 0.66% 0.68% -
HSV(B) 323.89º 0.48% 0.89% -
XYZ 46.93 32.99 49.24 -
YUV 158.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 227 119 184 0 0.48 0.19 0.11 323.89 0.66 0.68
Hex E3 77 B8 0 30 13 B 144 42 44
Octal 343 167 270 0 60 23 13 504 102 104
Binary 11100011 1110111 10111000 0 110000 10011 1011 101000100 1000010 1000100

Color Harmonies of #E377B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E377B8

Black with #E377B8

Text Example


Text Example

White with #E377B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E377B8; }

 p { color: rgb(227,119,184); }

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

background-color css

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

 a { background-color: rgb(227,119,184); }

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

border-color css

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

 span { border-color: rgb(227,119,184); }

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