Html Css Color HEX #ED88BB Persian Pink

📋 copy color: '#ED88BB'

red 237 ◦ green 136 ◦ blue 187

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

Shades of Persian Pink #ED88BB

Tints of Persian Pink #ED88BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 42.32%
G = 24.29%
B = 33.39%

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

#ED88BB (or 0xED88BB) is known color: Persian Pink. HEX triplet: ED, 88 and BB. RGB value is (237,136,187). Sum of RGB (Red+Green+Blue) = 237+136+187=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88BB is #127744. Grayscale: #ABABAB. Windows color (decimal): -1210181 or 12290285. OLE color: 12290285.

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

Color convert

RGB 237 136 187 -
CMYK 0 0.43 0.21 0.07
HSL 329.7º 0.74% 0.73% -
HSV(B) 329.7º 0.43% 0.93% -
XYZ 52.7 39.2 51.8 -
YUV 172.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 237 136 187 0 0.43 0.21 0.07 329.7 0.74 0.73
Hex ED 88 BB 0 2B 15 7 14A 4A 49
Octal 355 210 273 0 53 25 7 512 112 111
Binary 11101101 10001000 10111011 0 101011 10101 111 101001010 1001010 1001001

Color Harmonies of #ED88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88BB

Black with #ED88BB

Text Example


Text Example

White with #ED88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88BB; }

 p { color: rgb(237,136,187); }

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

background-color css

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

 a { background-color: rgb(237,136,187); }

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

border-color css

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

 span { border-color: rgb(237,136,187); }

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