Html Css Color HEX #EC83BF Persian Pink

📋 copy color: '#EC83BF'

red 236 ◦ green 131 ◦ blue 191

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

Shades of Persian Pink #EC83BF

Tints of Persian Pink #EC83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 42.29%
G = 23.48%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC83BF (or 0xEC83BF) is known color: Persian Pink. HEX triplet: EC, 83 and BF. RGB value is (236,131,191). Sum of RGB (Red+Green+Blue) = 236+131+191=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83BF is #137C40. Grayscale: #A9A9A9. Windows color (decimal): -1276993 or 12551148. OLE color: 12551148.

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

Color convert

RGB 236 131 191 -
CMYK 0 0.44 0.19 0.07
HSL 325.71º 0.73% 0.72% -
HSV(B) 325.71º 0.44% 0.93% -
XYZ 52.11 37.83 53.84 -
YUV 169.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 236 131 191 0 0.44 0.19 0.07 325.71 0.73 0.72
Hex EC 83 BF 0 2C 13 7 146 49 48
Octal 354 203 277 0 54 23 7 506 111 110
Binary 11101100 10000011 10111111 0 101100 10011 111 101000110 1001001 1001000

Color Harmonies of #EC83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83BF

Black with #EC83BF

Text Example


Text Example

White with #EC83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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