Html Css Color HEX #ED87BA Persian Pink

📋 copy color: '#ED87BA'

red 237 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #ED87BA

Tints of Persian Pink #ED87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.19%

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

R = 42.47%
G = 24.19%
B = 33.33%

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

#ED87BA (or 0xED87BA) is known color: Persian Pink. HEX triplet: ED, 87 and BA. RGB value is (237,135,186). Sum of RGB (Red+Green+Blue) = 237+135+186=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87BA is #127845. Grayscale: #ABABAB. Windows color (decimal): -1210438 or 12224493. OLE color: 12224493.

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

Color convert

RGB 237 135 186 -
CMYK 0 0.43 0.22 0.07
HSL 330º 0.74% 0.73% -
HSV(B) 330º 0.43% 0.93% -
XYZ 52.45 38.88 51.19 -
YUV 171.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 237 135 186 0 0.43 0.22 0.07 330 0.74 0.73
Hex ED 87 BA 0 2B 16 7 14A 4A 49
Octal 355 207 272 0 53 26 7 512 112 111
Binary 11101101 10000111 10111010 0 101011 10110 111 101001010 1001010 1001001

Color Harmonies of #ED87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87BA

Black with #ED87BA

Text Example


Text Example

White with #ED87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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