Html Css Color HEX #EC81BE Persian Pink

📋 copy color: '#EC81BE'

red 236 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #EC81BE

Tints of Persian Pink #EC81BE

RGB

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

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

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

R = 42.52%
G = 23.24%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC81BE (or 0xEC81BE) is known color: Persian Pink. HEX triplet: EC, 81 and BE. RGB value is (236,129,190). Sum of RGB (Red+Green+Blue) = 236+129+190=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC81BE is #137E41. Grayscale: #A7A7A7. Windows color (decimal): -1277506 or 12485100. OLE color: 12485100.

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

Color convert

RGB 236 129 190 -
CMYK 0 0.45 0.19 0.07
HSL 325.79º 0.74% 0.72% -
HSV(B) 325.79º 0.45% 0.93% -
XYZ 51.74 37.25 53.18 -
YUV 167.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 236 129 190 0 0.45 0.19 0.07 325.79 0.74 0.72
Hex EC 81 BE 0 2D 13 7 146 4A 48
Octal 354 201 276 0 55 23 7 506 112 110
Binary 11101100 10000001 10111110 0 101101 10011 111 101000110 1001010 1001000

Color Harmonies of #EC81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81BE

Black with #EC81BE

Text Example


Text Example

White with #EC81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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