Html Css Color HEX #ED80BB Persian Pink

📋 copy color: '#ED80BB'

red 237 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #ED80BB

Tints of Persian Pink #ED80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.19%

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

R = 42.93%
G = 23.19%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED80BB (or 0xED80BB) is known color: Persian Pink. HEX triplet: ED, 80 and BB. RGB value is (237,128,187). Sum of RGB (Red+Green+Blue) = 237+128+187=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80BB is #127F44. Grayscale: #A7A7A7. Windows color (decimal): -1212229 or 12288237. OLE color: 12288237.

HSL color Cylindrical-coordinate representation of color #ED80BB: hue angle of 327.52º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80BB is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 187 -
CMYK 0 0.46 0.21 0.07
HSL 327.52º 0.75% 0.72% -
HSV(B) 327.52º 0.46% 0.93% -
XYZ 51.61 37.03 51.44 -
YUV 167.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 237 128 187 0 0.46 0.21 0.07 327.52 0.75 0.72
Hex ED 80 BB 0 2E 15 7 148 4B 48
Octal 355 200 273 0 56 25 7 510 113 110
Binary 11101101 10000000 10111011 0 101110 10101 111 101001000 1001011 1001000

Color Harmonies of #ED80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80BB

Black with #ED80BB

Text Example


Text Example

White with #ED80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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