Html Css Color HEX #ED84B7 Persian Pink

📋 copy color: '#ED84B7'

red 237 ◦ green 132 ◦ blue 183

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

Shades of Persian Pink #ED84B7

Tints of Persian Pink #ED84B7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.91%

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

R = 42.93%
G = 23.91%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED84B7 (or 0xED84B7) is known color: Persian Pink. HEX triplet: ED, 84 and B7. RGB value is (237,132,183). Sum of RGB (Red+Green+Blue) = 237+132+183=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84B7 is #127B48. Grayscale: #A9A9A9. Windows color (decimal): -1211209 or 12027117. OLE color: 12027117.

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

Color convert

RGB 237 132 183 -
CMYK 0 0.44 0.23 0.07
HSL 330.86º 0.74% 0.72% -
HSV(B) 330.86º 0.44% 0.93% -
XYZ 51.72 37.93 49.39 -
YUV 169.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 237 132 183 0 0.44 0.23 0.07 330.86 0.74 0.72
Hex ED 84 B7 0 2C 17 7 14B 4A 48
Octal 355 204 267 0 54 27 7 513 112 110
Binary 11101101 10000100 10110111 0 101100 10111 111 101001011 1001010 1001000

Color Harmonies of #ED84B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84B7

Black with #ED84B7

Text Example


Text Example

White with #ED84B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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