Html Css Color HEX #ED89B7 Persian Pink

📋 copy color: '#ED89B7'

red 237 ◦ green 137 ◦ blue 183

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

Shades of Persian Pink #ED89B7

Tints of Persian Pink #ED89B7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.6%

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

R = 42.55%
G = 24.6%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED89B7 (or 0xED89B7) is known color: Persian Pink. HEX triplet: ED, 89 and B7. RGB value is (237,137,183). Sum of RGB (Red+Green+Blue) = 237+137+183=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B7 is #127648. Grayscale: #ACACAC. Windows color (decimal): -1209929 or 12028397. OLE color: 12028397.

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

Color convert

RGB 237 137 183 -
CMYK 0 0.42 0.23 0.07
HSL 332.4º 0.74% 0.73% -
HSV(B) 332.4º 0.42% 0.93% -
XYZ 52.42 39.31 49.63 -
YUV 172.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 237 137 183 0 0.42 0.23 0.07 332.4 0.74 0.73
Hex ED 89 B7 0 2A 17 7 14C 4A 49
Octal 355 211 267 0 52 27 7 514 112 111
Binary 11101101 10001001 10110111 0 101010 10111 111 101001100 1001010 1001001

Color Harmonies of #ED89B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89B7

Black with #ED89B7

Text Example


Text Example

White with #ED89B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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