Html Css Color HEX #EC82B3 Persian Pink

📋 copy color: '#EC82B3'

red 236 ◦ green 130 ◦ blue 179

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

Shades of Persian Pink #EC82B3

Tints of Persian Pink #EC82B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 43.3%
G = 23.85%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC82B3 (or 0xEC82B3) is known color: Persian Pink. HEX triplet: EC, 82 and B3. RGB value is (236,130,179). Sum of RGB (Red+Green+Blue) = 236+130+179=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82B3 is #137D4C. Grayscale: #A7A7A7. Windows color (decimal): -1277261 or 11764460. OLE color: 11764460.

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

Color convert

RGB 236 130 179 -
CMYK 0 0.45 0.24 0.07
HSL 332.26º 0.74% 0.72% -
HSV(B) 332.26º 0.45% 0.93% -
XYZ 50.71 37.05 47.13 -
YUV 167.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 236 130 179 0 0.45 0.24 0.07 332.26 0.74 0.72
Hex EC 82 B3 0 2D 18 7 14C 4A 48
Octal 354 202 263 0 55 30 7 514 112 110
Binary 11101100 10000010 10110011 0 101101 11000 111 101001100 1001010 1001000

Color Harmonies of #EC82B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82B3

Black with #EC82B3

Text Example


Text Example

White with #EC82B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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