Html Css Color HEX #EC82AF Persian Pink

📋 copy color: '#EC82AF'

red 236 ◦ green 130 ◦ blue 175

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

Shades of Persian Pink #EC82AF

Tints of Persian Pink #EC82AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

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

R = 43.62%
G = 24.03%
B = 32.35%

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

#EC82AF (or 0xEC82AF) is known color: Persian Pink. HEX triplet: EC, 82 and AF. RGB value is (236,130,175). Sum of RGB (Red+Green+Blue) = 236+130+175=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82AF is #137D50. Grayscale: #A6A6A6. Windows color (decimal): -1277265 or 11502316. OLE color: 11502316.

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

Color convert

RGB 236 130 175 -
CMYK 0 0.45 0.26 0.07
HSL 334.53º 0.74% 0.72% -
HSV(B) 334.53º 0.45% 0.93% -
XYZ 50.31 36.89 45.03 -
YUV 166.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 236 130 175 0 0.45 0.26 0.07 334.53 0.74 0.72
Hex EC 82 AF 0 2D 1A 7 14F 4A 48
Octal 354 202 257 0 55 32 7 517 112 110
Binary 11101100 10000010 10101111 0 101101 11010 111 101001111 1001010 1001000

Color Harmonies of #EC82AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82AF

Black with #EC82AF

Text Example


Text Example

White with #EC82AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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