Html Css Color HEX #EC76BB Persian Pink

📋 copy color: '#EC76BB'

red 236 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #EC76BB

Tints of Persian Pink #EC76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.81%

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

R = 43.62%
G = 21.81%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC76BB (or 0xEC76BB) is known color: Persian Pink. HEX triplet: EC, 76 and BB. RGB value is (236,118,187). Sum of RGB (Red+Green+Blue) = 236+118+187=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76BB is #138944. Grayscale: #A0A0A0. Windows color (decimal): -1280325 or 12285676. OLE color: 12285676.

HSL color Cylindrical-coordinate representation of color #EC76BB: hue angle of 324.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76BB is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 118 187 -
CMYK 0 0.5 0.21 0.07
HSL 324.92º 0.76% 0.69% -
HSV(B) 324.92º 0.5% 0.93% -
XYZ 50.04 34.38 51.01 -
YUV 161.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 236 118 187 0 0.5 0.21 0.07 324.92 0.76 0.69
Hex EC 76 BB 0 32 15 7 145 4C 45
Octal 354 166 273 0 62 25 7 505 114 105
Binary 11101100 1110110 10111011 0 110010 10101 111 101000101 1001100 1000101

Color Harmonies of #EC76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76BB

Black with #EC76BB

Text Example


Text Example

White with #EC76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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