Html Css Color HEX #ED88BC Persian Pink

📋 copy color: '#ED88BC'

red 237 ◦ green 136 ◦ blue 188

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

Shades of Persian Pink #ED88BC

Tints of Persian Pink #ED88BC

RGB

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

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

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

R = 42.25%
G = 24.24%
B = 33.51%

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

#ED88BC (or 0xED88BC) is known color: Persian Pink. HEX triplet: ED, 88 and BC. RGB value is (237,136,188). Sum of RGB (Red+Green+Blue) = 237+136+188=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88BC is #127743. Grayscale: #ACACAC. Windows color (decimal): -1210180 or 12355821. OLE color: 12355821.

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

Color convert

RGB 237 136 188 -
CMYK 0 0.43 0.21 0.07
HSL 329.11º 0.74% 0.73% -
HSV(B) 329.11º 0.43% 0.93% -
XYZ 52.81 39.24 52.37 -
YUV 172.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 237 136 188 0 0.43 0.21 0.07 329.11 0.74 0.73
Hex ED 88 BC 0 2B 15 7 149 4A 49
Octal 355 210 274 0 53 25 7 511 112 111
Binary 11101101 10001000 10111100 0 101011 10101 111 101001001 1001010 1001001

Color Harmonies of #ED88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88BC

Black with #ED88BC

Text Example


Text Example

White with #ED88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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