Html Css Color HEX #EC81AF Persian Pink

📋 copy color: '#EC81AF'

red 236 ◦ green 129 ◦ blue 175

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

Shades of Persian Pink #EC81AF

Tints of Persian Pink #EC81AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 43.7%
G = 23.89%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC81AF (or 0xEC81AF) is known color: Persian Pink. HEX triplet: EC, 81 and AF. RGB value is (236,129,175). Sum of RGB (Red+Green+Blue) = 236+129+175=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC81AF is #137E50. Grayscale: #A6A6A6. Windows color (decimal): -1277521 or 11502060. OLE color: 11502060.

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

Color convert

RGB 236 129 175 -
CMYK 0 0.45 0.26 0.07
HSL 334.21º 0.74% 0.72% -
HSV(B) 334.21º 0.45% 0.93% -
XYZ 50.18 36.63 44.98 -
YUV 166.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 236 129 175 0 0.45 0.26 0.07 334.21 0.74 0.72
Hex EC 81 AF 0 2D 1A 7 14E 4A 48
Octal 354 201 257 0 55 32 7 516 112 110
Binary 11101100 10000001 10101111 0 101101 11010 111 101001110 1001010 1001000

Color Harmonies of #EC81AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81AF

Black with #EC81AF

Text Example


Text Example

White with #EC81AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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