Html Css Color HEX #E380BD Persian Pink

📋 copy color: '#E380BD'

red 227 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #E380BD

Tints of Persian Pink #E380BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 41.73%
G = 23.53%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E380BD (or 0xE380BD) is known color: Persian Pink. HEX triplet: E3, 80 and BD. RGB value is (227,128,189). Sum of RGB (Red+Green+Blue) = 227+128+189=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E380BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380BD is #1C7F42. Grayscale: #A4A4A4. Windows color (decimal): -1867587 or 12419299. OLE color: 12419299.

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

Color convert

RGB 227 128 189 -
CMYK 0 0.44 0.17 0.11
HSL 323.03º 0.64% 0.7% -
HSV(B) 323.03º 0.44% 0.89% -
XYZ 48.58 35.44 52.42 -
YUV 164.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 227 128 189 0 0.44 0.17 0.11 323.03 0.64 0.7
Hex E3 80 BD 0 2C 11 B 143 40 46
Octal 343 200 275 0 54 21 13 503 100 106
Binary 11100011 10000000 10111101 0 101100 10001 1011 101000011 1000000 1000110

Color Harmonies of #E380BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380BD

Black with #E380BD

Text Example


Text Example

White with #E380BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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