Html Css Color HEX #EC81B5 Persian Pink

📋 copy color: '#EC81B5'

red 236 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #EC81B5

Tints of Persian Pink #EC81B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 43.22%
G = 23.63%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC81B5 (or 0xEC81B5) is known color: Persian Pink. HEX triplet: EC, 81 and B5. RGB value is (236,129,181). Sum of RGB (Red+Green+Blue) = 236+129+181=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81B5 is #137E4A. Grayscale: #A6A6A6. Windows color (decimal): -1277515 or 11895276. OLE color: 11895276.

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

Color convert

RGB 236 129 181 -
CMYK 0 0.45 0.23 0.07
HSL 330.84º 0.74% 0.72% -
HSV(B) 330.84º 0.45% 0.93% -
XYZ 50.78 36.87 48.16 -
YUV 166.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 236 129 181 0 0.45 0.23 0.07 330.84 0.74 0.72
Hex EC 81 B5 0 2D 17 7 14B 4A 48
Octal 354 201 265 0 55 27 7 513 112 110
Binary 11101100 10000001 10110101 0 101101 10111 111 101001011 1001010 1001000

Color Harmonies of #EC81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81B5

Black with #EC81B5

Text Example


Text Example

White with #EC81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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