Html Css Color HEX #EC82B0 Persian Pink

📋 copy color: '#EC82B0'

red 236 ◦ green 130 ◦ blue 176

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

Shades of Persian Pink #EC82B0

Tints of Persian Pink #EC82B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 43.54%
G = 23.99%
B = 32.47%

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

#EC82B0 (or 0xEC82B0) is known color: Persian Pink. HEX triplet: EC, 82 and B0. RGB value is (236,130,176). Sum of RGB (Red+Green+Blue) = 236+130+176=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82B0 is #137D4F. Grayscale: #A6A6A6. Windows color (decimal): -1277264 or 11567852. OLE color: 11567852.

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

Color convert

RGB 236 130 176 -
CMYK 0 0.45 0.25 0.07
HSL 333.96º 0.74% 0.72% -
HSV(B) 333.96º 0.45% 0.93% -
XYZ 50.41 36.93 45.55 -
YUV 166.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 236 130 176 0 0.45 0.25 0.07 333.96 0.74 0.72
Hex EC 82 B0 0 2D 19 7 14E 4A 48
Octal 354 202 260 0 55 31 7 516 112 110
Binary 11101100 10000010 10110000 0 101101 11001 111 101001110 1001010 1001000

Color Harmonies of #EC82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC82B0

Black with #EC82B0

Text Example


Text Example

White with #EC82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC82B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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