Html Css Color HEX #ED82B8 Persian Pink

📋 copy color: '#ED82B8'

red 237 ◦ green 130 ◦ blue 184

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

Shades of Persian Pink #ED82B8

Tints of Persian Pink #ED82B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 43.01%
G = 23.59%
B = 33.39%

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

#ED82B8 (or 0xED82B8) is known color: Persian Pink. HEX triplet: ED, 82 and B8. RGB value is (237,130,184). Sum of RGB (Red+Green+Blue) = 237+130+184=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82B8 is #127D47. Grayscale: #A8A8A8. Windows color (decimal): -1211720 or 12092141. OLE color: 12092141.

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

Color convert

RGB 237 130 184 -
CMYK 0 0.45 0.22 0.07
HSL 329.72º 0.75% 0.72% -
HSV(B) 329.72º 0.45% 0.93% -
XYZ 51.56 37.43 49.85 -
YUV 168.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 237 130 184 0 0.45 0.22 0.07 329.72 0.75 0.72
Hex ED 82 B8 0 2D 16 7 14A 4B 48
Octal 355 202 270 0 55 26 7 512 113 110
Binary 11101101 10000010 10111000 0 101101 10110 111 101001010 1001011 1001000

Color Harmonies of #ED82B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82B8

Black with #ED82B8

Text Example


Text Example

White with #ED82B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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