Html Css Color HEX #E371BC Persian Pink

📋 copy color: '#E371BC'

red 227 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #E371BC

Tints of Persian Pink #E371BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

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

R = 42.99%
G = 21.4%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E371BC (or 0xE371BC) is known color: Persian Pink. HEX triplet: E3, 71 and BC. RGB value is (227,113,188). Sum of RGB (Red+Green+Blue) = 227+113+188=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BC is #1C8E43. Grayscale: #9B9B9B. Windows color (decimal): -1871428 or 12349923. OLE color: 12349923.

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

Color convert

RGB 227 113 188 -
CMYK 0 0.50 0.17 0.11
HSL 320.53º 0.67% 0.67% -
HSV(B) 320.53º 0.5% 0.89% -
XYZ 46.66 31.77 51.25 -
YUV 155.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 227 113 188 0 0.50 0.17 0.11 320.53 0.67 0.67
Hex E3 71 BC 0 32 11 B 141 43 43
Octal 343 161 274 0 62 21 13 501 103 103
Binary 11100011 1110001 10111100 0 110010 10001 1011 101000001 1000011 1000011

Color Harmonies of #E371BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371BC

Black with #E371BC

Text Example


Text Example

White with #E371BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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