Html Css Color HEX #E86EBD Persian Pink

📋 copy color: '#E86EBD'

red 232 ◦ green 110 ◦ blue 189

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

Shades of Persian Pink #E86EBD

Tints of Persian Pink #E86EBD

RGB

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

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

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

R = 43.69%
G = 20.72%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E86EBD (or 0xE86EBD) is known color: Persian Pink. HEX triplet: E8, 6E and BD. RGB value is (232,110,189). Sum of RGB (Red+Green+Blue) = 232+110+189=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EBD is #179142. Grayscale: #9B9B9B. Windows color (decimal): -1544515 or 12414696. OLE color: 12414696.

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

Color convert

RGB 232 110 189 -
CMYK 0 0.53 0.19 0.09
HSL 321.15º 0.73% 0.67% -
HSV(B) 321.15º 0.53% 0.91% -
XYZ 48.04 31.98 51.79 -
YUV 155.48 146.92 182.58 -
System Red Green Blue C M Y K H S L
Decimal 232 110 189 0 0.53 0.19 0.09 321.15 0.73 0.67
Hex E8 6E BD 0 35 13 9 141 49 43
Octal 350 156 275 0 65 23 11 501 111 103
Binary 11101000 1101110 10111101 0 110101 10011 1001 101000001 1001001 1000011

Color Harmonies of #E86EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86EBD

Black with #E86EBD

Text Example


Text Example

White with #E86EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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