Html Css Color HEX #E885B9 Persian Pink

📋 copy color: '#E885B9'

red 232 ◦ green 133 ◦ blue 185

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

Shades of Persian Pink #E885B9

Tints of Persian Pink #E885B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 42.18%
G = 24.18%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E885B9 (or 0xE885B9) is known color: Persian Pink. HEX triplet: E8, 85 and B9. RGB value is (232,133,185). Sum of RGB (Red+Green+Blue) = 232+133+185=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B9 is #177A46. Grayscale: #A8A8A8. Windows color (decimal): -1538631 or 12158440. OLE color: 12158440.

HSL color Cylindrical-coordinate representation of color #E885B9: hue angle of 328.48º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885B9 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 133 185 -
CMYK 0 0.43 0.20 0.09
HSL 328.48º 0.68% 0.72% -
HSV(B) 328.48º 0.43% 0.91% -
XYZ 50.42 37.43 50.47 -
YUV 168.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 232 133 185 0 0.43 0.20 0.09 328.48 0.68 0.72
Hex E8 85 B9 0 2B 14 9 148 44 48
Octal 350 205 271 0 53 24 11 510 104 110
Binary 11101000 10000101 10111001 0 101011 10100 1001 101001000 1000100 1001000

Color Harmonies of #E885B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885B9

Black with #E885B9

Text Example


Text Example

White with #E885B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885B9; }

 p { color: rgb(232,133,185); }

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

background-color css

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

 a { background-color: rgb(232,133,185); }

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

border-color css

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

 span { border-color: rgb(232,133,185); }

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