Html Css Color HEX #ED82BA Persian Pink

📋 copy color: '#ED82BA'

red 237 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #ED82BA

Tints of Persian Pink #ED82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 42.86%
G = 23.51%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED82BA (or 0xED82BA) is known color: Persian Pink. HEX triplet: ED, 82 and BA. RGB value is (237,130,186). Sum of RGB (Red+Green+Blue) = 237+130+186=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82BA is #127D45. Grayscale: #A8A8A8. Windows color (decimal): -1211718 or 12223213. OLE color: 12223213.

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

Color convert

RGB 237 130 186 -
CMYK 0 0.45 0.22 0.07
HSL 328.6º 0.75% 0.72% -
HSV(B) 328.6º 0.45% 0.93% -
XYZ 51.77 37.51 50.97 -
YUV 168.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 237 130 186 0 0.45 0.22 0.07 328.6 0.75 0.72
Hex ED 82 BA 0 2D 16 7 149 4B 48
Octal 355 202 272 0 55 26 7 511 113 110
Binary 11101101 10000010 10111010 0 101101 10110 111 101001001 1001011 1001000

Color Harmonies of #ED82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82BA

Black with #ED82BA

Text Example


Text Example

White with #ED82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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