Html Css Color HEX #E381BC Persian Pink

📋 copy color: '#E381BC'

red 227 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #E381BC

Tints of Persian Pink #E381BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 41.73%
G = 23.71%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E381BC (or 0xE381BC) is known color: Persian Pink. HEX triplet: E3, 81 and BC. RGB value is (227,129,188). Sum of RGB (Red+Green+Blue) = 227+129+188=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E381BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381BC is #1C7E43. Grayscale: #A4A4A4. Windows color (decimal): -1867332 or 12354019. OLE color: 12354019.

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

Color convert

RGB 227 129 188 -
CMYK 0 0.43 0.17 0.11
HSL 323.88º 0.64% 0.7% -
HSV(B) 323.88º 0.43% 0.89% -
XYZ 48.61 35.66 51.9 -
YUV 165.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 227 129 188 0 0.43 0.17 0.11 323.88 0.64 0.7
Hex E3 81 BC 0 2B 11 B 144 40 46
Octal 343 201 274 0 53 21 13 504 100 106
Binary 11100011 10000001 10111100 0 101011 10001 1011 101000100 1000000 1000110

Color Harmonies of #E381BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381BC

Black with #E381BC

Text Example


Text Example

White with #E381BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381BC; }

 p { color: rgb(227,129,188); }

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

background-color css

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

 a { background-color: rgb(227,129,188); }

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

border-color css

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

 span { border-color: rgb(227,129,188); }

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