Html Css Color HEX #EC83BB Persian Pink

📋 copy color: '#EC83BB'

red 236 ◦ green 131 ◦ blue 187

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

Shades of Persian Pink #EC83BB

Tints of Persian Pink #EC83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 42.6%
G = 23.65%
B = 33.75%

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

#EC83BB (or 0xEC83BB) is known color: Persian Pink. HEX triplet: EC, 83 and BB. RGB value is (236,131,187). Sum of RGB (Red+Green+Blue) = 236+131+187=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC83BB is #137C44. Grayscale: #A8A8A8. Windows color (decimal): -1276997 or 12289004. OLE color: 12289004.

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

Color convert

RGB 236 131 187 -
CMYK 0 0.44 0.21 0.07
HSL 328º 0.73% 0.72% -
HSV(B) 328º 0.44% 0.93% -
XYZ 51.68 37.65 51.56 -
YUV 168.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 236 131 187 0 0.44 0.21 0.07 328 0.73 0.72
Hex EC 83 BB 0 2C 15 7 148 49 48
Octal 354 203 273 0 54 25 7 510 111 110
Binary 11101100 10000011 10111011 0 101100 10101 111 101001000 1001001 1001000

Color Harmonies of #EC83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83BB

Black with #EC83BB

Text Example


Text Example

White with #EC83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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