Html Css Color HEX #E87BB4 Persian Pink

📋 copy color: '#E87BB4'

red 232 ◦ green 123 ◦ blue 180

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

Shades of Persian Pink #E87BB4

Tints of Persian Pink #E87BB4

RGB

 RED value IS 232 (91.02% from 255) = 43.36%

 GREEN value IS 123 (48.44% from 255) = 22.99%

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 43.36%
G = 22.99%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E87BB4 (or 0xE87BB4) is known color: Persian Pink. HEX triplet: E8, 7B and B4. RGB value is (232,123,180). Sum of RGB (Red+Green+Blue) = 232+123+180=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BB4 is #17844B. Grayscale: #A1A1A1. Windows color (decimal): -1541196 or 11828200. OLE color: 11828200.

HSL color Cylindrical-coordinate representation of color #E87BB4: hue angle of 328.62º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87BB4 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 123 180 -
CMYK 0 0.47 0.22 0.09
HSL 328.62º 0.7% 0.7% -
HSV(B) 328.62º 0.47% 0.91% -
XYZ 48.6 34.62 47.3 -
YUV 162.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 232 123 180 0 0.47 0.22 0.09 328.62 0.7 0.7
Hex E8 7B B4 0 2F 16 9 149 46 46
Octal 350 173 264 0 57 26 11 511 106 106
Binary 11101000 1111011 10110100 0 101111 10110 1001 101001001 1000110 1000110

Color Harmonies of #E87BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87BB4

Black with #E87BB4

Text Example


Text Example

White with #E87BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87BB4; }

 p { color: rgb(232,123,180); }

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

background-color css

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

 a { background-color: rgb(232,123,180); }

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

border-color css

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

 span { border-color: rgb(232,123,180); }

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