Html Css Color HEX #E371BB Persian Pink

📋 copy color: '#E371BB'

red 227 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #E371BB

Tints of Persian Pink #E371BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 43.07%
G = 21.44%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E371BB (or 0xE371BB) is known color: Persian Pink. HEX triplet: E3, 71 and BB. RGB value is (227,113,187). Sum of RGB (Red+Green+Blue) = 227+113+187=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E371BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371BB is #1C8E44. Grayscale: #9B9B9B. Windows color (decimal): -1871429 or 12284387. OLE color: 12284387.

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

Color convert

RGB 227 113 187 -
CMYK 0 0.50 0.18 0.11
HSL 321.05º 0.67% 0.67% -
HSV(B) 321.05º 0.5% 0.89% -
XYZ 46.55 31.73 50.68 -
YUV 155.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 227 113 187 0 0.50 0.18 0.11 321.05 0.67 0.67
Hex E3 71 BB 0 32 12 B 141 43 43
Octal 343 161 273 0 62 22 13 501 103 103
Binary 11100011 1110001 10111011 0 110010 10010 1011 101000001 1000011 1000011

Color Harmonies of #E371BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371BB

Black with #E371BB

Text Example


Text Example

White with #E371BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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