Html Css Color HEX #E86EB6 Persian Pink

📋 copy color: '#E86EB6'

red 232 ◦ green 110 ◦ blue 182

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

Shades of Persian Pink #E86EB6

Tints of Persian Pink #E86EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

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

R = 44.27%
G = 20.99%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E86EB6 (or 0xE86EB6) is known color: Persian Pink. HEX triplet: E8, 6E and B6. RGB value is (232,110,182). Sum of RGB (Red+Green+Blue) = 232+110+182=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EB6 is #179149. Grayscale: #9A9A9A. Windows color (decimal): -1544522 or 11955944. OLE color: 11955944.

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

Color convert

RGB 232 110 182 -
CMYK 0 0.53 0.22 0.09
HSL 324.59º 0.73% 0.67% -
HSV(B) 324.59º 0.53% 0.91% -
XYZ 47.3 31.69 47.88 -
YUV 154.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 232 110 182 0 0.53 0.22 0.09 324.59 0.73 0.67
Hex E8 6E B6 0 35 16 9 145 49 43
Octal 350 156 266 0 65 26 11 505 111 103
Binary 11101000 1101110 10110110 0 110101 10110 1001 101000101 1001001 1000011

Color Harmonies of #E86EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EB6

Black with #E86EB6

Text Example


Text Example

White with #E86EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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