Html Css Color HEX #EC76B4 Persian Pink

📋 copy color: '#EC76B4'

red 236 ◦ green 118 ◦ blue 180

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

Shades of Persian Pink #EC76B4

Tints of Persian Pink #EC76B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.71%

R = 44.19%
G = 22.1%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC76B4 (or 0xEC76B4) is known color: Persian Pink. HEX triplet: EC, 76 and B4. RGB value is (236,118,180). Sum of RGB (Red+Green+Blue) = 236+118+180=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76B4 is #13894B. Grayscale: #A0A0A0. Windows color (decimal): -1280332 or 11826924. OLE color: 11826924.

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

Color convert

RGB 236 118 180 -
CMYK 0 0.5 0.24 0.07
HSL 328.47º 0.76% 0.69% -
HSV(B) 328.47º 0.5% 0.93% -
XYZ 49.31 34.09 47.16 -
YUV 160.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 236 118 180 0 0.5 0.24 0.07 328.47 0.76 0.69
Hex EC 76 B4 0 32 18 7 148 4C 45
Octal 354 166 264 0 62 30 7 510 114 105
Binary 11101100 1110110 10110100 0 110010 11000 111 101001000 1001100 1000101

Color Harmonies of #EC76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76B4

Black with #EC76B4

Text Example


Text Example

White with #EC76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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