Html Css Color HEX #ED84BA Persian Pink

📋 copy color: '#ED84BA'

red 237 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #ED84BA

Tints of Persian Pink #ED84BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 42.7%
G = 23.78%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED84BA (or 0xED84BA) is known color: Persian Pink. HEX triplet: ED, 84 and BA. RGB value is (237,132,186). Sum of RGB (Red+Green+Blue) = 237+132+186=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84BA is #127B45. Grayscale: #A9A9A9. Windows color (decimal): -1211206 or 12223725. OLE color: 12223725.

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

Color convert

RGB 237 132 186 -
CMYK 0 0.44 0.22 0.07
HSL 329.14º 0.74% 0.72% -
HSV(B) 329.14º 0.44% 0.93% -
XYZ 52.04 38.05 51.06 -
YUV 169.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 237 132 186 0 0.44 0.22 0.07 329.14 0.74 0.72
Hex ED 84 BA 0 2C 16 7 149 4A 48
Octal 355 204 272 0 54 26 7 511 112 110
Binary 11101101 10000100 10111010 0 101100 10110 111 101001001 1001010 1001000

Color Harmonies of #ED84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84BA

Black with #ED84BA

Text Example


Text Example

White with #ED84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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