Html Css Color HEX #ED89B6 Persian Pink

📋 copy color: '#ED89B6'

red 237 ◦ green 137 ◦ blue 182

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

Shades of Persian Pink #ED89B6

Tints of Persian Pink #ED89B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 42.63%
G = 24.64%
B = 32.73%

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

#ED89B6 (or 0xED89B6) is known color: Persian Pink. HEX triplet: ED, 89 and B6. RGB value is (237,137,182). Sum of RGB (Red+Green+Blue) = 237+137+182=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B6 is #127649. Grayscale: #ABABAB. Windows color (decimal): -1209930 or 11962861. OLE color: 11962861.

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

Color convert

RGB 237 137 182 -
CMYK 0 0.42 0.23 0.07
HSL 333º 0.74% 0.73% -
HSV(B) 333º 0.42% 0.93% -
XYZ 52.31 39.27 49.08 -
YUV 172.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 237 137 182 0 0.42 0.23 0.07 333 0.74 0.73
Hex ED 89 B6 0 2A 17 7 14D 4A 49
Octal 355 211 266 0 52 27 7 515 112 111
Binary 11101101 10001001 10110110 0 101010 10111 111 101001101 1001010 1001001

Color Harmonies of #ED89B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89B6

Black with #ED89B6

Text Example


Text Example

White with #ED89B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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