Html Css Color HEX #EC81B8 Persian Pink

📋 copy color: '#EC81B8'

red 236 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #EC81B8

Tints of Persian Pink #EC81B8

RGB

 RED value IS 236 (92.58% from 255) = 42.99%

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

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 42.99%
G = 23.5%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC81B8 (or 0xEC81B8) is known color: Persian Pink. HEX triplet: EC, 81 and B8. RGB value is (236,129,184). Sum of RGB (Red+Green+Blue) = 236+129+184=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B8 is #137E47. Grayscale: #A7A7A7. Windows color (decimal): -1277512 or 12091884. OLE color: 12091884.

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

Color convert

RGB 236 129 184 -
CMYK 0 0.45 0.22 0.07
HSL 329.16º 0.74% 0.72% -
HSV(B) 329.16º 0.45% 0.93% -
XYZ 51.09 36.99 49.8 -
YUV 167.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 236 129 184 0 0.45 0.22 0.07 329.16 0.74 0.72
Hex EC 81 B8 0 2D 16 7 149 4A 48
Octal 354 201 270 0 55 26 7 511 112 110
Binary 11101100 10000001 10111000 0 101101 10110 111 101001001 1001010 1001000

Color Harmonies of #EC81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81B8

Black with #EC81B8

Text Example


Text Example

White with #EC81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81B8; }

 p { color: rgb(236,129,184); }

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

background-color css

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

 a { background-color: rgb(236,129,184); }

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

border-color css

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

 span { border-color: rgb(236,129,184); }

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