Html Css Color HEX #E380BE Persian Pink

📋 copy color: '#E380BE'

red 227 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #E380BE

Tints of Persian Pink #E380BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.49%

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

R = 41.65%
G = 23.49%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E380BE (or 0xE380BE) is known color: Persian Pink. HEX triplet: E3, 80 and BE. RGB value is (227,128,190). Sum of RGB (Red+Green+Blue) = 227+128+190=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E380BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380BE is #1C7F41. Grayscale: #A4A4A4. Windows color (decimal): -1867586 or 12484835. OLE color: 12484835.

HSL color Cylindrical-coordinate representation of color #E380BE: hue angle of 322.42º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380BE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 190 -
CMYK 0 0.44 0.16 0.11
HSL 322.42º 0.64% 0.7% -
HSV(B) 322.42º 0.44% 0.89% -
XYZ 48.69 35.49 53 -
YUV 164.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 227 128 190 0 0.44 0.16 0.11 322.42 0.64 0.7
Hex E3 80 BE 0 2C 10 B 142 40 46
Octal 343 200 276 0 54 20 13 502 100 106
Binary 11100011 10000000 10111110 0 101100 10000 1011 101000010 1000000 1000110

Color Harmonies of #E380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380BE

Black with #E380BE

Text Example


Text Example

White with #E380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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