Html Css Color HEX #ED80BA Persian Pink

📋 copy color: '#ED80BA'

red 237 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #ED80BA

Tints of Persian Pink #ED80BA

RGB

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

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

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

R = 43.01%
G = 23.23%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED80BA (or 0xED80BA) is known color: Persian Pink. HEX triplet: ED, 80 and BA. RGB value is (237,128,186). Sum of RGB (Red+Green+Blue) = 237+128+186=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80BA is #127F45. Grayscale: #A7A7A7. Windows color (decimal): -1212230 or 12222701. OLE color: 12222701.

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

Color convert

RGB 237 128 186 -
CMYK 0 0.46 0.22 0.07
HSL 328.07º 0.75% 0.72% -
HSV(B) 328.07º 0.46% 0.93% -
XYZ 51.51 36.99 50.88 -
YUV 167.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 237 128 186 0 0.46 0.22 0.07 328.07 0.75 0.72
Hex ED 80 BA 0 2E 16 7 148 4B 48
Octal 355 200 272 0 56 26 7 510 113 110
Binary 11101101 10000000 10111010 0 101110 10110 111 101001000 1001011 1001000

Color Harmonies of #ED80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80BA

Black with #ED80BA

Text Example


Text Example

White with #ED80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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