Html Css Color HEX #E880BD Persian Pink

📋 copy color: '#E880BD'

red 232 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #E880BD

Tints of Persian Pink #E880BD

RGB

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

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

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

R = 42.26%
G = 23.32%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E880BD (or 0xE880BD) is known color: Persian Pink. HEX triplet: E8, 80 and BD. RGB value is (232,128,189). Sum of RGB (Red+Green+Blue) = 232+128+189=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E880BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880BD is #177F42. Grayscale: #A5A5A5. Windows color (decimal): -1539907 or 12419304. OLE color: 12419304.

HSL color Cylindrical-coordinate representation of color #E880BD: hue angle of 324.81º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880BD is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 189 -
CMYK 0 0.45 0.19 0.09
HSL 324.81º 0.69% 0.71% -
HSV(B) 324.81º 0.45% 0.91% -
XYZ 50.18 36.27 52.5 -
YUV 166.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 232 128 189 0 0.45 0.19 0.09 324.81 0.69 0.71
Hex E8 80 BD 0 2D 13 9 145 45 47
Octal 350 200 275 0 55 23 11 505 105 107
Binary 11101000 10000000 10111101 0 101101 10011 1001 101000101 1000101 1000111

Color Harmonies of #E880BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880BD

Black with #E880BD

Text Example


Text Example

White with #E880BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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