Html Css Color HEX #ED86BA Persian Pink

📋 copy color: '#ED86BA'

red 237 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #ED86BA

Tints of Persian Pink #ED86BA

RGB

 RED value IS 237 (92.97% from 255) = 42.55%

 GREEN value IS 134 (52.73% from 255) = 24.06%

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 42.55%
G = 24.06%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED86BA (or 0xED86BA) is known color: Persian Pink. HEX triplet: ED, 86 and BA. RGB value is (237,134,186). Sum of RGB (Red+Green+Blue) = 237+134+186=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BA is #127945. Grayscale: #AAAAAA. Windows color (decimal): -1210694 or 12224237. OLE color: 12224237.

HSL color Cylindrical-coordinate representation of color #ED86BA: hue angle of 329.71º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED86BA is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 186 -
CMYK 0 0.43 0.22 0.07
HSL 329.71º 0.74% 0.73% -
HSV(B) 329.71º 0.43% 0.93% -
XYZ 52.31 38.6 51.15 -
YUV 170.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 237 134 186 0 0.43 0.22 0.07 329.71 0.74 0.73
Hex ED 86 BA 0 2B 16 7 14A 4A 49
Octal 355 206 272 0 53 26 7 512 112 111
Binary 11101101 10000110 10111010 0 101011 10110 111 101001010 1001010 1001001

Color Harmonies of #ED86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86BA

Black with #ED86BA

Text Example


Text Example

White with #ED86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86BA; }

 p { color: rgb(237,134,186); }

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

background-color css

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

 a { background-color: rgb(237,134,186); }

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

border-color css

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

 span { border-color: rgb(237,134,186); }

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