Html Css Color HEX #EC84BD Persian Pink

📋 copy color: '#EC84BD'

red 236 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #EC84BD

Tints of Persian Pink #EC84BD

RGB

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

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

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

R = 42.37%
G = 23.7%
B = 33.93%

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

#EC84BD (or 0xEC84BD) is known color: Persian Pink. HEX triplet: EC, 84 and BD. RGB value is (236,132,189). Sum of RGB (Red+Green+Blue) = 236+132+189=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BD is #137B42. Grayscale: #A9A9A9. Windows color (decimal): -1276739 or 12420332. OLE color: 12420332.

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

Color convert

RGB 236 132 189 -
CMYK 0 0.44 0.20 0.07
HSL 327.12º 0.73% 0.72% -
HSV(B) 327.12º 0.44% 0.93% -
XYZ 52.03 38.01 52.74 -
YUV 169.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 236 132 189 0 0.44 0.20 0.07 327.12 0.73 0.72
Hex EC 84 BD 0 2C 14 7 147 49 48
Octal 354 204 275 0 54 24 7 507 111 110
Binary 11101100 10000100 10111101 0 101100 10100 111 101000111 1001001 1001000

Color Harmonies of #EC84BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84BD

Black with #EC84BD

Text Example


Text Example

White with #EC84BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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