Html Css Color HEX #EC7BBF Persian Pink

📋 copy color: '#EC7BBF'

red 236 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #EC7BBF

Tints of Persian Pink #EC7BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 42.91%
G = 22.36%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7BBF (or 0xEC7BBF) is known color: Persian Pink. HEX triplet: EC, 7B and BF. RGB value is (236,123,191). Sum of RGB (Red+Green+Blue) = 236+123+191=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BBF is #138440. Grayscale: #A4A4A4. Windows color (decimal): -1279041 or 12549100. OLE color: 12549100.

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

Color convert

RGB 236 123 191 -
CMYK 0 0.48 0.19 0.07
HSL 323.89º 0.75% 0.7% -
HSV(B) 323.89º 0.48% 0.93% -
XYZ 51.08 35.76 53.5 -
YUV 164.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 236 123 191 0 0.48 0.19 0.07 323.89 0.75 0.7
Hex EC 7B BF 0 30 13 7 144 4B 46
Octal 354 173 277 0 60 23 7 504 113 106
Binary 11101100 1111011 10111111 0 110000 10011 111 101000100 1001011 1000110

Color Harmonies of #EC7BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BBF

Black with #EC7BBF

Text Example


Text Example

White with #EC7BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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