Html Css Color HEX #ED88BA Persian Pink

📋 copy color: '#ED88BA'

red 237 ◦ green 136 ◦ blue 186

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

Shades of Persian Pink #ED88BA

Tints of Persian Pink #ED88BA

RGB

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

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

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

R = 42.4%
G = 24.33%
B = 33.27%

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

#ED88BA (or 0xED88BA) is known color: Persian Pink. HEX triplet: ED, 88 and BA. RGB value is (237,136,186). Sum of RGB (Red+Green+Blue) = 237+136+186=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88BA is #127745. Grayscale: #ABABAB. Windows color (decimal): -1210182 or 12224749. OLE color: 12224749.

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

Color convert

RGB 237 136 186 -
CMYK 0 0.43 0.22 0.07
HSL 330.3º 0.74% 0.73% -
HSV(B) 330.3º 0.43% 0.93% -
XYZ 52.59 39.16 51.24 -
YUV 171.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 237 136 186 0 0.43 0.22 0.07 330.3 0.74 0.73
Hex ED 88 BA 0 2B 16 7 14A 4A 49
Octal 355 210 272 0 53 26 7 512 112 111
Binary 11101101 10001000 10111010 0 101011 10110 111 101001010 1001010 1001001

Color Harmonies of #ED88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88BA

Black with #ED88BA

Text Example


Text Example

White with #ED88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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