Html Css Color HEX #ED80BE Persian Pink

📋 copy color: '#ED80BE'

red 237 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #ED80BE

Tints of Persian Pink #ED80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.23%

R = 42.7%
G = 23.06%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED80BE (or 0xED80BE) is known color: Persian Pink. HEX triplet: ED, 80 and BE. RGB value is (237,128,190). Sum of RGB (Red+Green+Blue) = 237+128+190=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80BE is #127F41. Grayscale: #A7A7A7. Windows color (decimal): -1212226 or 12484845. OLE color: 12484845.

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

Color convert

RGB 237 128 190 -
CMYK 0 0.46 0.20 0.07
HSL 325.87º 0.75% 0.72% -
HSV(B) 325.87º 0.46% 0.93% -
XYZ 51.94 37.16 53.15 -
YUV 167.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 237 128 190 0 0.46 0.20 0.07 325.87 0.75 0.72
Hex ED 80 BE 0 2E 14 7 146 4B 48
Octal 355 200 276 0 56 24 7 506 113 110
Binary 11101101 10000000 10111110 0 101110 10100 111 101000110 1001011 1001000

Color Harmonies of #ED80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80BE

Black with #ED80BE

Text Example


Text Example

White with #ED80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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