Html Css Color HEX #EC7BC5 Persian Pink

📋 copy color: '#EC7BC5'

red 236 ◦ green 123 ◦ blue 197

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

Shades of Persian Pink #EC7BC5

Tints of Persian Pink #EC7BC5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.12%

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 42.45%
G = 22.12%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7BC5 (or 0xEC7BC5) is known color: Persian Pink. HEX triplet: EC, 7B and C5. RGB value is (236,123,197). Sum of RGB (Red+Green+Blue) = 236+123+197=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BC5 is #13843A. Grayscale: #A5A5A5. Windows color (decimal): -1279035 or 12942316. OLE color: 12942316.

HSL color Cylindrical-coordinate representation of color #EC7BC5: hue angle of 320.71º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BC5 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 197 -
CMYK 0 0.48 0.17 0.07
HSL 320.71º 0.75% 0.7% -
HSV(B) 320.71º 0.48% 0.93% -
XYZ 51.75 36.03 57.05 -
YUV 165.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 236 123 197 0 0.48 0.17 0.07 320.71 0.75 0.7
Hex EC 7B C5 0 30 11 7 141 4B 46
Octal 354 173 305 0 60 21 7 501 113 106
Binary 11101100 1111011 11000101 0 110000 10001 111 101000001 1001011 1000110

Color Harmonies of #EC7BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BC5

Black with #EC7BC5

Text Example


Text Example

White with #EC7BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BC5; }

 p { color: rgb(236,123,197); }

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

background-color css

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

 a { background-color: rgb(236,123,197); }

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

border-color css

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

 span { border-color: rgb(236,123,197); }

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