Html Css Color HEX #E885BE Persian Pink

📋 copy color: '#E885BE'

red 232 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #E885BE

Tints of Persian Pink #E885BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 41.8%
G = 23.96%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E885BE (or 0xE885BE) is known color: Persian Pink. HEX triplet: E8, 85 and BE. RGB value is (232,133,190). Sum of RGB (Red+Green+Blue) = 232+133+190=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E885BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885BE is #177A41. Grayscale: #A8A8A8. Windows color (decimal): -1538626 or 12486120. OLE color: 12486120.

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

Color convert

RGB 232 133 190 -
CMYK 0 0.43 0.18 0.09
HSL 325.45º 0.68% 0.72% -
HSV(B) 325.45º 0.43% 0.91% -
XYZ 50.96 37.65 53.3 -
YUV 169.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 232 133 190 0 0.43 0.18 0.09 325.45 0.68 0.72
Hex E8 85 BE 0 2B 12 9 145 44 48
Octal 350 205 276 0 53 22 11 505 104 110
Binary 11101000 10000101 10111110 0 101011 10010 1001 101000101 1000100 1001000

Color Harmonies of #E885BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885BE

Black with #E885BE

Text Example


Text Example

White with #E885BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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