Html Css Color HEX #EC82BD Persian Pink

📋 copy color: '#EC82BD'

red 236 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #EC82BD

Tints of Persian Pink #EC82BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 42.52%
G = 23.42%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC82BD (or 0xEC82BD) is known color: Persian Pink. HEX triplet: EC, 82 and BD. RGB value is (236,130,189). Sum of RGB (Red+Green+Blue) = 236+130+189=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82BD is #137D42. Grayscale: #A8A8A8. Windows color (decimal): -1277251 or 12419820. OLE color: 12419820.

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

Color convert

RGB 236 130 189 -
CMYK 0 0.45 0.20 0.07
HSL 326.6º 0.74% 0.72% -
HSV(B) 326.6º 0.45% 0.93% -
XYZ 51.76 37.47 52.65 -
YUV 168.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 236 130 189 0 0.45 0.20 0.07 326.6 0.74 0.72
Hex EC 82 BD 0 2D 14 7 147 4A 48
Octal 354 202 275 0 55 24 7 507 112 110
Binary 11101100 10000010 10111101 0 101101 10100 111 101000111 1001010 1001000

Color Harmonies of #EC82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82BD

Black with #EC82BD

Text Example


Text Example

White with #EC82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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