Html Css Color HEX #EC83BA Persian Pink

📋 copy color: '#EC83BA'

red 236 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #EC83BA

Tints of Persian Pink #EC83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 42.68%
G = 23.69%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC83BA (or 0xEC83BA) is known color: Persian Pink. HEX triplet: EC, 83 and BA. RGB value is (236,131,186). Sum of RGB (Red+Green+Blue) = 236+131+186=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83BA is #137C45. Grayscale: #A8A8A8. Windows color (decimal): -1276998 or 12223468. OLE color: 12223468.

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

Color convert

RGB 236 131 186 -
CMYK 0 0.44 0.21 0.07
HSL 328.57º 0.73% 0.72% -
HSV(B) 328.57º 0.44% 0.93% -
XYZ 51.57 37.61 51 -
YUV 168.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 236 131 186 0 0.44 0.21 0.07 328.57 0.73 0.72
Hex EC 83 BA 0 2C 15 7 149 49 48
Octal 354 203 272 0 54 25 7 511 111 110
Binary 11101100 10000011 10111010 0 101100 10101 111 101001001 1001001 1001000

Color Harmonies of #EC83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83BA

Black with #EC83BA

Text Example


Text Example

White with #EC83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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