Html Css Color HEX #ED82B3 Persian Pink

📋 copy color: '#ED82B3'

red 237 ◦ green 130 ◦ blue 179

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

Shades of Persian Pink #ED82B3

Tints of Persian Pink #ED82B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.78%

R = 43.41%
G = 23.81%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED82B3 (or 0xED82B3) is known color: Persian Pink. HEX triplet: ED, 82 and B3. RGB value is (237,130,179). Sum of RGB (Red+Green+Blue) = 237+130+179=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED82B3 is #127D4C. Grayscale: #A7A7A7. Windows color (decimal): -1211725 or 11764461. OLE color: 11764461.

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

Color convert

RGB 237 130 179 -
CMYK 0 0.45 0.24 0.07
HSL 332.52º 0.75% 0.72% -
HSV(B) 332.52º 0.45% 0.93% -
XYZ 51.04 37.22 47.14 -
YUV 167.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 237 130 179 0 0.45 0.24 0.07 332.52 0.75 0.72
Hex ED 82 B3 0 2D 18 7 14D 4B 48
Octal 355 202 263 0 55 30 7 515 113 110
Binary 11101101 10000010 10110011 0 101101 11000 111 101001101 1001011 1001000

Color Harmonies of #ED82B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82B3

Black with #ED82B3

Text Example


Text Example

White with #ED82B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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