Html Css Color HEX #ED82B7 Persian Pink

📋 copy color: '#ED82B7'

red 237 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #ED82B7

Tints of Persian Pink #ED82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 43.09%
G = 23.64%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED82B7 (or 0xED82B7) is known color: Persian Pink. HEX triplet: ED, 82 and B7. RGB value is (237,130,183). Sum of RGB (Red+Green+Blue) = 237+130+183=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82B7 is #127D48. Grayscale: #A7A7A7. Windows color (decimal): -1211721 or 12026605. OLE color: 12026605.

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

Color convert

RGB 237 130 183 -
CMYK 0 0.45 0.23 0.07
HSL 330.28º 0.75% 0.72% -
HSV(B) 330.28º 0.45% 0.93% -
XYZ 51.45 37.39 49.3 -
YUV 168.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 237 130 183 0 0.45 0.23 0.07 330.28 0.75 0.72
Hex ED 82 B7 0 2D 17 7 14A 4B 48
Octal 355 202 267 0 55 27 7 512 113 110
Binary 11101101 10000010 10110111 0 101101 10111 111 101001010 1001011 1001000

Color Harmonies of #ED82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82B7

Black with #ED82B7

Text Example


Text Example

White with #ED82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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