Html Css Color HEX #EC83BD Persian Pink

📋 copy color: '#EC83BD'

red 236 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #EC83BD

Tints of Persian Pink #EC83BD

RGB

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

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

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

R = 42.45%
G = 23.56%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC83BD (or 0xEC83BD) is known color: Persian Pink. HEX triplet: EC, 83 and BD. RGB value is (236,131,189). Sum of RGB (Red+Green+Blue) = 236+131+189=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83BD is #137C42. Grayscale: #A8A8A8. Windows color (decimal): -1276995 or 12420076. OLE color: 12420076.

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

Color convert

RGB 236 131 189 -
CMYK 0 0.44 0.20 0.07
HSL 326.86º 0.73% 0.72% -
HSV(B) 326.86º 0.44% 0.93% -
XYZ 51.89 37.74 52.69 -
YUV 169.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 236 131 189 0 0.44 0.20 0.07 326.86 0.73 0.72
Hex EC 83 BD 0 2C 14 7 147 49 48
Octal 354 203 275 0 54 24 7 507 111 110
Binary 11101100 10000011 10111101 0 101100 10100 111 101000111 1001001 1001000

Color Harmonies of #EC83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83BD

Black with #EC83BD

Text Example


Text Example

White with #EC83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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