Html Css Color HEX #EC7BBC Persian Pink

📋 copy color: '#EC7BBC'

red 236 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #EC7BBC

Tints of Persian Pink #EC7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 43.14%
G = 22.49%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC7BBC (or 0xEC7BBC) is known color: Persian Pink. HEX triplet: EC, 7B and BC. RGB value is (236,123,188). Sum of RGB (Red+Green+Blue) = 236+123+188=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BBC is #138443. Grayscale: #A4A4A4. Windows color (decimal): -1279044 or 12352492. OLE color: 12352492.

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

Color convert

RGB 236 123 188 -
CMYK 0 0.48 0.20 0.07
HSL 325.49º 0.75% 0.7% -
HSV(B) 325.49º 0.48% 0.93% -
XYZ 50.75 35.63 51.78 -
YUV 164.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 236 123 188 0 0.48 0.20 0.07 325.49 0.75 0.7
Hex EC 7B BC 0 30 14 7 145 4B 46
Octal 354 173 274 0 60 24 7 505 113 106
Binary 11101100 1111011 10111100 0 110000 10100 111 101000101 1001011 1000110

Color Harmonies of #EC7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BBC

Black with #EC7BBC

Text Example


Text Example

White with #EC7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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