Html Css Color HEX #E885B6 Persian Pink

📋 copy color: '#E885B6'

red 232 ◦ green 133 ◦ blue 182

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

Shades of Persian Pink #E885B6

Tints of Persian Pink #E885B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 42.41%
G = 24.31%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E885B6 (or 0xE885B6) is known color: Persian Pink. HEX triplet: E8, 85 and B6. RGB value is (232,133,182). Sum of RGB (Red+Green+Blue) = 232+133+182=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E885B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885B6 is #177A49. Grayscale: #A8A8A8. Windows color (decimal): -1538634 or 11961832. OLE color: 11961832.

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

Color convert

RGB 232 133 182 -
CMYK 0 0.43 0.22 0.09
HSL 330.3º 0.68% 0.72% -
HSV(B) 330.3º 0.43% 0.91% -
XYZ 50.11 37.31 48.82 -
YUV 168.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 232 133 182 0 0.43 0.22 0.09 330.3 0.68 0.72
Hex E8 85 B6 0 2B 16 9 14A 44 48
Octal 350 205 266 0 53 26 11 512 104 110
Binary 11101000 10000101 10110110 0 101011 10110 1001 101001010 1000100 1001000

Color Harmonies of #E885B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885B6

Black with #E885B6

Text Example


Text Example

White with #E885B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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