Html Css Color HEX #E86FBB Persian Pink

📋 copy color: '#E86FBB'

red 232 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #E86FBB

Tints of Persian Pink #E86FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 43.77%
G = 20.94%
B = 35.28%

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

#E86FBB (or 0xE86FBB) is known color: Persian Pink. HEX triplet: E8, 6F and BB. RGB value is (232,111,187). Sum of RGB (Red+Green+Blue) = 232+111+187=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E86FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86FBB is #179044. Grayscale: #9B9B9B. Windows color (decimal): -1544261 or 12283880. OLE color: 12283880.

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

Color convert

RGB 232 111 187 -
CMYK 0 0.52 0.19 0.09
HSL 322.31º 0.72% 0.67% -
HSV(B) 322.31º 0.52% 0.91% -
XYZ 47.93 32.11 50.69 -
YUV 155.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 232 111 187 0 0.52 0.19 0.09 322.31 0.72 0.67
Hex E8 6F BB 0 34 13 9 142 48 43
Octal 350 157 273 0 64 23 11 502 110 103
Binary 11101000 1101111 10111011 0 110100 10011 1001 101000010 1001000 1000011

Color Harmonies of #E86FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86FBB

Black with #E86FBB

Text Example


Text Example

White with #E86FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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