Html Css Color HEX #EC76B2 Persian Pink

📋 copy color: '#EC76B2'

red 236 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #EC76B2

Tints of Persian Pink #EC76B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 44.36%
G = 22.18%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC76B2 (or 0xEC76B2) is known color: Persian Pink. HEX triplet: EC, 76 and B2. RGB value is (236,118,178). Sum of RGB (Red+Green+Blue) = 236+118+178=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC76B2 is #13894D. Grayscale: #A0A0A0. Windows color (decimal): -1280334 or 11695852. OLE color: 11695852.

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

Color convert

RGB 236 118 178 -
CMYK 0 0.5 0.25 0.07
HSL 329.49º 0.76% 0.69% -
HSV(B) 329.49º 0.5% 0.93% -
XYZ 49.11 34 46.09 -
YUV 160.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 236 118 178 0 0.5 0.25 0.07 329.49 0.76 0.69
Hex EC 76 B2 0 32 19 7 149 4C 45
Octal 354 166 262 0 62 31 7 511 114 105
Binary 11101100 1110110 10110010 0 110010 11001 111 101001001 1001100 1000101

Color Harmonies of #EC76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76B2

Black with #EC76B2

Text Example


Text Example

White with #EC76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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