Html Css Color HEX #ED82B2 Persian Pink

📋 copy color: '#ED82B2'

red 237 ◦ green 130 ◦ blue 178

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

Shades of Persian Pink #ED82B2

Tints of Persian Pink #ED82B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.66%

R = 43.49%
G = 23.85%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED82B2 (or 0xED82B2) is known color: Persian Pink. HEX triplet: ED, 82 and B2. RGB value is (237,130,178). Sum of RGB (Red+Green+Blue) = 237+130+178=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED82B2 is #127D4D. Grayscale: #A7A7A7. Windows color (decimal): -1211726 or 11698925. OLE color: 11698925.

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

Color convert

RGB 237 130 178 -
CMYK 0 0.45 0.25 0.07
HSL 333.08º 0.75% 0.72% -
HSV(B) 333.08º 0.45% 0.93% -
XYZ 50.94 37.18 46.61 -
YUV 167.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 237 130 178 0 0.45 0.25 0.07 333.08 0.75 0.72
Hex ED 82 B2 0 2D 19 7 14D 4B 48
Octal 355 202 262 0 55 31 7 515 113 110
Binary 11101101 10000010 10110010 0 101101 11001 111 101001101 1001011 1001000

Color Harmonies of #ED82B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82B2

Black with #ED82B2

Text Example


Text Example

White with #ED82B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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