Html Css Color HEX #EC80B0 Persian Pink

📋 copy color: '#EC80B0'

red 236 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #EC80B0

Tints of Persian Pink #EC80B0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.7%

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 43.7%
G = 23.7%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC80B0 (or 0xEC80B0) is known color: Persian Pink. HEX triplet: EC, 80 and B0. RGB value is (236,128,176). Sum of RGB (Red+Green+Blue) = 236+128+176=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80B0 is #137F4F. Grayscale: #A5A5A5. Windows color (decimal): -1277776 or 11567340. OLE color: 11567340.

HSL color Cylindrical-coordinate representation of color #EC80B0: hue angle of 333.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC80B0 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 176 -
CMYK 0 0.46 0.25 0.07
HSL 333.33º 0.74% 0.71% -
HSV(B) 333.33º 0.46% 0.93% -
XYZ 50.15 36.41 45.46 -
YUV 165.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 236 128 176 0 0.46 0.25 0.07 333.33 0.74 0.71
Hex EC 80 B0 0 2E 19 7 14D 4A 47
Octal 354 200 260 0 56 31 7 515 112 107
Binary 11101100 10000000 10110000 0 101110 11001 111 101001101 1001010 1000111

Color Harmonies of #EC80B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC80B0

Black with #EC80B0

Text Example


Text Example

White with #EC80B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC80B0; }

 p { color: rgb(236,128,176); }

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

background-color css

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

 a { background-color: rgb(236,128,176); }

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

border-color css

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

 span { border-color: rgb(236,128,176); }

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