Html Css Color HEX #ED84BD Persian Pink

📋 copy color: '#ED84BD'

red 237 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #ED84BD

Tints of Persian Pink #ED84BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 42.47%
G = 23.66%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED84BD (or 0xED84BD) is known color: Persian Pink. HEX triplet: ED, 84 and BD. RGB value is (237,132,189). Sum of RGB (Red+Green+Blue) = 237+132+189=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84BD is #127B42. Grayscale: #A9A9A9. Windows color (decimal): -1211203 or 12420333. OLE color: 12420333.

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

Color convert

RGB 237 132 189 -
CMYK 0 0.44 0.20 0.07
HSL 327.43º 0.74% 0.72% -
HSV(B) 327.43º 0.44% 0.93% -
XYZ 52.36 38.18 52.75 -
YUV 169.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 237 132 189 0 0.44 0.20 0.07 327.43 0.74 0.72
Hex ED 84 BD 0 2C 14 7 147 4A 48
Octal 355 204 275 0 54 24 7 507 112 110
Binary 11101101 10000100 10111101 0 101100 10100 111 101000111 1001010 1001000

Color Harmonies of #ED84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84BD

Black with #ED84BD

Text Example


Text Example

White with #ED84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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