Html Css Color HEX #EC7DBF Persian Pink

📋 copy color: '#EC7DBF'

red 236 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #EC7DBF

Tints of Persian Pink #EC7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

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

R = 42.75%
G = 22.64%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7DBF (or 0xEC7DBF) is known color: Persian Pink. HEX triplet: EC, 7D and BF. RGB value is (236,125,191). Sum of RGB (Red+Green+Blue) = 236+125+191=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DBF is #138240. Grayscale: #A5A5A5. Windows color (decimal): -1278529 or 12549612. OLE color: 12549612.

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

Color convert

RGB 236 125 191 -
CMYK 0 0.47 0.19 0.07
HSL 324.32º 0.74% 0.71% -
HSV(B) 324.32º 0.47% 0.93% -
XYZ 51.33 36.26 53.58 -
YUV 165.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 236 125 191 0 0.47 0.19 0.07 324.32 0.74 0.71
Hex EC 7D BF 0 2F 13 7 144 4A 47
Octal 354 175 277 0 57 23 7 504 112 107
Binary 11101100 1111101 10111111 0 101111 10011 111 101000100 1001010 1000111

Color Harmonies of #EC7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DBF

Black with #EC7DBF

Text Example


Text Example

White with #EC7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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