Html Css Color HEX #ED81BE Persian Pink

📋 copy color: '#ED81BE'

red 237 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #ED81BE

Tints of Persian Pink #ED81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.2%

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

R = 42.63%
G = 23.2%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED81BE (or 0xED81BE) is known color: Persian Pink. HEX triplet: ED, 81 and BE. RGB value is (237,129,190). Sum of RGB (Red+Green+Blue) = 237+129+190=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BE is #127E41. Grayscale: #A8A8A8. Windows color (decimal): -1211970 or 12485101. OLE color: 12485101.

HSL color Cylindrical-coordinate representation of color #ED81BE: hue angle of 326.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED81BE is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 190 -
CMYK 0 0.46 0.20 0.07
HSL 326.11º 0.75% 0.72% -
HSV(B) 326.11º 0.46% 0.93% -
XYZ 52.07 37.42 53.19 -
YUV 168.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 237 129 190 0 0.46 0.20 0.07 326.11 0.75 0.72
Hex ED 81 BE 0 2E 14 7 146 4B 48
Octal 355 201 276 0 56 24 7 506 113 110
Binary 11101101 10000001 10111110 0 101110 10100 111 101000110 1001011 1001000

Color Harmonies of #ED81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81BE

Black with #ED81BE

Text Example


Text Example

White with #ED81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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