Html Css Color HEX #ED84BE Persian Pink

📋 copy color: '#ED84BE'

red 237 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #ED84BE

Tints of Persian Pink #ED84BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 42.4%
G = 23.61%
B = 33.99%

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

#ED84BE (or 0xED84BE) is known color: Persian Pink. HEX triplet: ED, 84 and BE. RGB value is (237,132,190). Sum of RGB (Red+Green+Blue) = 237+132+190=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84BE is #127B41. Grayscale: #A9A9A9. Windows color (decimal): -1211202 or 12485869. OLE color: 12485869.

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

Color convert

RGB 237 132 190 -
CMYK 0 0.44 0.20 0.07
HSL 326.86º 0.74% 0.72% -
HSV(B) 326.86º 0.44% 0.93% -
XYZ 52.47 38.22 53.33 -
YUV 170.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 237 132 190 0 0.44 0.20 0.07 326.86 0.74 0.72
Hex ED 84 BE 0 2C 14 7 147 4A 48
Octal 355 204 276 0 54 24 7 507 112 110
Binary 11101101 10000100 10111110 0 101100 10100 111 101000111 1001010 1001000

Color Harmonies of #ED84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84BE

Black with #ED84BE

Text Example


Text Example

White with #ED84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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