Html Css Color HEX #EC7EBF Persian Pink

📋 copy color: '#EC7EBF'

red 236 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #EC7EBF

Tints of Persian Pink #EC7EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.78%

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

R = 42.68%
G = 22.78%
B = 34.54%

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

#EC7EBF (or 0xEC7EBF) is known color: Persian Pink. HEX triplet: EC, 7E and BF. RGB value is (236,126,191). Sum of RGB (Red+Green+Blue) = 236+126+191=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EBF is #138140. Grayscale: #A6A6A6. Windows color (decimal): -1278273 or 12549868. OLE color: 12549868.

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

Color convert

RGB 236 126 191 -
CMYK 0 0.47 0.19 0.07
HSL 324.55º 0.74% 0.71% -
HSV(B) 324.55º 0.47% 0.93% -
XYZ 51.46 36.52 53.63 -
YUV 166.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 236 126 191 0 0.47 0.19 0.07 324.55 0.74 0.71
Hex EC 7E BF 0 2F 13 7 145 4A 47
Octal 354 176 277 0 57 23 7 505 112 107
Binary 11101100 1111110 10111111 0 101111 10011 111 101000101 1001010 1000111

Color Harmonies of #EC7EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EBF

Black with #EC7EBF

Text Example


Text Example

White with #EC7EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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