Html Css Color HEX #EC76B9 Persian Pink

📋 copy color: '#EC76B9'

red 236 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #EC76B9

Tints of Persian Pink #EC76B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.32%

R = 43.78%
G = 21.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC76B9 (or 0xEC76B9) is known color: Persian Pink. HEX triplet: EC, 76 and B9. RGB value is (236,118,185). Sum of RGB (Red+Green+Blue) = 236+118+185=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76B9 is #138946. Grayscale: #A0A0A0. Windows color (decimal): -1280327 or 12154604. OLE color: 12154604.

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

Color convert

RGB 236 118 185 -
CMYK 0 0.5 0.22 0.07
HSL 325.93º 0.76% 0.69% -
HSV(B) 325.93º 0.5% 0.93% -
XYZ 49.83 34.29 49.89 -
YUV 160.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 236 118 185 0 0.5 0.22 0.07 325.93 0.76 0.69
Hex EC 76 B9 0 32 16 7 146 4C 45
Octal 354 166 271 0 62 26 7 506 114 105
Binary 11101100 1110110 10111001 0 110010 10110 111 101000110 1001100 1000101

Color Harmonies of #EC76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76B9

Black with #EC76B9

Text Example


Text Example

White with #EC76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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