Html Css Color HEX #ED81BD Persian Pink

📋 copy color: '#ED81BD'

red 237 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #ED81BD

Tints of Persian Pink #ED81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 42.7%
G = 23.24%
B = 34.05%

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

#ED81BD (or 0xED81BD) is known color: Persian Pink. HEX triplet: ED, 81 and BD. RGB value is (237,129,189). Sum of RGB (Red+Green+Blue) = 237+129+189=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BD is #127E42. Grayscale: #A7A7A7. Windows color (decimal): -1211971 or 12419565. OLE color: 12419565.

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

Color convert

RGB 237 129 189 -
CMYK 0 0.46 0.20 0.07
HSL 326.67º 0.75% 0.72% -
HSV(B) 326.67º 0.46% 0.93% -
XYZ 51.96 37.38 52.62 -
YUV 168.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 237 129 189 0 0.46 0.20 0.07 326.67 0.75 0.72
Hex ED 81 BD 0 2E 14 7 147 4B 48
Octal 355 201 275 0 56 24 7 507 113 110
Binary 11101101 10000001 10111101 0 101110 10100 111 101000111 1001011 1001000

Color Harmonies of #ED81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81BD

Black with #ED81BD

Text Example


Text Example

White with #ED81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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