Html Css Color HEX #ED86BC Persian Pink

📋 copy color: '#ED86BC'

red 237 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #ED86BC

Tints of Persian Pink #ED86BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 42.4%
G = 23.97%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED86BC (or 0xED86BC) is known color: Persian Pink. HEX triplet: ED, 86 and BC. RGB value is (237,134,188). Sum of RGB (Red+Green+Blue) = 237+134+188=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BC is #127943. Grayscale: #AAAAAA. Windows color (decimal): -1210692 or 12355309. OLE color: 12355309.

HSL color Cylindrical-coordinate representation of color #ED86BC: hue angle of 328.54º 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 #ED86BC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 134 188 -
CMYK 0 0.43 0.21 0.07
HSL 328.54º 0.74% 0.73% -
HSV(B) 328.54º 0.43% 0.93% -
XYZ 52.53 38.69 52.28 -
YUV 170.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 237 134 188 0 0.43 0.21 0.07 328.54 0.74 0.73
Hex ED 86 BC 0 2B 15 7 149 4A 49
Octal 355 206 274 0 53 25 7 511 112 111
Binary 11101101 10000110 10111100 0 101011 10101 111 101001001 1001010 1001001

Color Harmonies of #ED86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86BC

Black with #ED86BC

Text Example


Text Example

White with #ED86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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