Html Css Color HEX #EC83B6 Persian Pink

📋 copy color: '#EC83B6'

red 236 ◦ green 131 ◦ blue 182

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

Shades of Persian Pink #EC83B6

Tints of Persian Pink #EC83B6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.86%

 BLUE value IS 182 (71.48% from 255) = 33.15%

R = 42.99%
G = 23.86%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC83B6 (or 0xEC83B6) is known color: Persian Pink. HEX triplet: EC, 83 and B6. RGB value is (236,131,182). Sum of RGB (Red+Green+Blue) = 236+131+182=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83B6 is #137C49. Grayscale: #A8A8A8. Windows color (decimal): -1277002 or 11961324. OLE color: 11961324.

HSL color Cylindrical-coordinate representation of color #EC83B6: hue angle of 330.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83B6 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 182 -
CMYK 0 0.44 0.23 0.07
HSL 330.86º 0.73% 0.72% -
HSV(B) 330.86º 0.44% 0.93% -
XYZ 51.15 37.44 48.79 -
YUV 168.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 236 131 182 0 0.44 0.23 0.07 330.86 0.73 0.72
Hex EC 83 B6 0 2C 17 7 14B 49 48
Octal 354 203 266 0 54 27 7 513 111 110
Binary 11101100 10000011 10110110 0 101100 10111 111 101001011 1001001 1001000

Color Harmonies of #EC83B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83B6

Black with #EC83B6

Text Example


Text Example

White with #EC83B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83B6; }

 p { color: rgb(236,131,182); }

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

background-color css

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

 a { background-color: rgb(236,131,182); }

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

border-color css

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

 span { border-color: rgb(236,131,182); }

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