Html Css Color HEX #ED81BA Persian Pink

📋 copy color: '#ED81BA'

red 237 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #ED81BA

Tints of Persian Pink #ED81BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 42.93%
G = 23.37%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED81BA (or 0xED81BA) is known color: Persian Pink. HEX triplet: ED, 81 and BA. RGB value is (237,129,186). Sum of RGB (Red+Green+Blue) = 237+129+186=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED81BA is #127E45. Grayscale: #A7A7A7. Windows color (decimal): -1211974 or 12222957. OLE color: 12222957.

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

Color convert

RGB 237 129 186 -
CMYK 0 0.46 0.22 0.07
HSL 328.33º 0.75% 0.72% -
HSV(B) 328.33º 0.46% 0.93% -
XYZ 51.64 37.25 50.92 -
YUV 167.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 237 129 186 0 0.46 0.22 0.07 328.33 0.75 0.72
Hex ED 81 BA 0 2E 16 7 148 4B 48
Octal 355 201 272 0 56 26 7 510 113 110
Binary 11101101 10000001 10111010 0 101110 10110 111 101001000 1001011 1001000

Color Harmonies of #ED81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81BA

Black with #ED81BA

Text Example


Text Example

White with #ED81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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