Html Css Color HEX #EC84BB Persian Pink

📋 copy color: '#EC84BB'

red 236 ◦ green 132 ◦ blue 187

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

Shades of Persian Pink #EC84BB

Tints of Persian Pink #EC84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

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

R = 42.52%
G = 23.78%
B = 33.69%

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

#EC84BB (or 0xEC84BB) is known color: Persian Pink. HEX triplet: EC, 84 and BB. RGB value is (236,132,187). Sum of RGB (Red+Green+Blue) = 236+132+187=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BB is #137B44. Grayscale: #A9A9A9. Windows color (decimal): -1276741 or 12289260. OLE color: 12289260.

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

Color convert

RGB 236 132 187 -
CMYK 0 0.44 0.21 0.07
HSL 328.27º 0.73% 0.72% -
HSV(B) 328.27º 0.44% 0.93% -
XYZ 51.81 37.92 51.6 -
YUV 169.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 236 132 187 0 0.44 0.21 0.07 328.27 0.73 0.72
Hex EC 84 BB 0 2C 15 7 148 49 48
Octal 354 204 273 0 54 25 7 510 111 110
Binary 11101100 10000100 10111011 0 101100 10101 111 101001000 1001001 1001000

Color Harmonies of #EC84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84BB

Black with #EC84BB

Text Example


Text Example

White with #EC84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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