Html Css Color HEX #EC84BE Persian Pink

📋 copy color: '#EC84BE'

red 236 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #EC84BE

Tints of Persian Pink #EC84BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 42.29%
G = 23.66%
B = 34.05%

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

#EC84BE (or 0xEC84BE) is known color: Persian Pink. HEX triplet: EC, 84 and BE. RGB value is (236,132,190). Sum of RGB (Red+Green+Blue) = 236+132+190=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BE is #137B41. Grayscale: #A9A9A9. Windows color (decimal): -1276738 or 12485868. OLE color: 12485868.

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

Color convert

RGB 236 132 190 -
CMYK 0 0.44 0.19 0.07
HSL 326.54º 0.73% 0.72% -
HSV(B) 326.54º 0.44% 0.93% -
XYZ 52.14 38.05 53.31 -
YUV 169.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 236 132 190 0 0.44 0.19 0.07 326.54 0.73 0.72
Hex EC 84 BE 0 2C 13 7 147 49 48
Octal 354 204 276 0 54 23 7 507 111 110
Binary 11101100 10000100 10111110 0 101100 10011 111 101000111 1001001 1001000

Color Harmonies of #EC84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84BE

Black with #EC84BE

Text Example


Text Example

White with #EC84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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