Html Css Color HEX #EC81B2 Persian Pink

📋 copy color: '#EC81B2'

red 236 ◦ green 129 ◦ blue 178

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

Shades of Persian Pink #EC81B2

Tints of Persian Pink #EC81B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 43.46%
G = 23.76%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC81B2 (or 0xEC81B2) is known color: Persian Pink. HEX triplet: EC, 81 and B2. RGB value is (236,129,178). Sum of RGB (Red+Green+Blue) = 236+129+178=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC81B2 is #137E4D. Grayscale: #A6A6A6. Windows color (decimal): -1277518 or 11698668. OLE color: 11698668.

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

Color convert

RGB 236 129 178 -
CMYK 0 0.45 0.25 0.07
HSL 332.52º 0.74% 0.72% -
HSV(B) 332.52º 0.45% 0.93% -
XYZ 50.48 36.75 46.55 -
YUV 166.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 236 129 178 0 0.45 0.25 0.07 332.52 0.74 0.72
Hex EC 81 B2 0 2D 19 7 14D 4A 48
Octal 354 201 262 0 55 31 7 515 112 110
Binary 11101100 10000001 10110010 0 101101 11001 111 101001101 1001010 1001000

Color Harmonies of #EC81B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81B2

Black with #EC81B2

Text Example


Text Example

White with #EC81B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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