Html Css Color HEX #E86FBD Persian Pink

📋 copy color: '#E86FBD'

red 232 ◦ green 111 ◦ blue 189

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

Shades of Persian Pink #E86FBD

Tints of Persian Pink #E86FBD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

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

R = 43.61%
G = 20.86%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E86FBD (or 0xE86FBD) is known color: Persian Pink. HEX triplet: E8, 6F and BD. RGB value is (232,111,189). Sum of RGB (Red+Green+Blue) = 232+111+189=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86FBD is #179042. Grayscale: #9B9B9B. Windows color (decimal): -1544259 or 12414952. OLE color: 12414952.

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

Color convert

RGB 232 111 189 -
CMYK 0 0.52 0.19 0.09
HSL 321.32º 0.72% 0.67% -
HSV(B) 321.32º 0.52% 0.91% -
XYZ 48.15 32.2 51.82 -
YUV 156.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 232 111 189 0 0.52 0.19 0.09 321.32 0.72 0.67
Hex E8 6F BD 0 34 13 9 141 48 43
Octal 350 157 275 0 64 23 11 501 110 103
Binary 11101000 1101111 10111101 0 110100 10011 1001 101000001 1001000 1000011

Color Harmonies of #E86FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86FBD

Black with #E86FBD

Text Example


Text Example

White with #E86FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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