Html Css Color HEX #EC7CBD Persian Pink

📋 copy color: '#EC7CBD'

red 236 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #EC7CBD

Tints of Persian Pink #EC7CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 42.99%
G = 22.59%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC7CBD (or 0xEC7CBD) is known color: Persian Pink. HEX triplet: EC, 7C and BD. RGB value is (236,124,189). Sum of RGB (Red+Green+Blue) = 236+124+189=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CBD is #138342. Grayscale: #A4A4A4. Windows color (decimal): -1278787 or 12418284. OLE color: 12418284.

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

Color convert

RGB 236 124 189 -
CMYK 0 0.47 0.20 0.07
HSL 325.18º 0.75% 0.71% -
HSV(B) 325.18º 0.47% 0.93% -
XYZ 50.99 35.92 52.39 -
YUV 164.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 236 124 189 0 0.47 0.20 0.07 325.18 0.75 0.71
Hex EC 7C BD 0 2F 14 7 145 4B 47
Octal 354 174 275 0 57 24 7 505 113 107
Binary 11101100 1111100 10111101 0 101111 10100 111 101000101 1001011 1000111

Color Harmonies of #EC7CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CBD

Black with #EC7CBD

Text Example


Text Example

White with #EC7CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CBD; }

 p { color: rgb(236,124,189); }

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

background-color css

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

 a { background-color: rgb(236,124,189); }

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

border-color css

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

 span { border-color: rgb(236,124,189); }

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