Html Css Color HEX #EC75BF Persian Pink

📋 copy color: '#EC75BF'

red 236 ◦ green 117 ◦ blue 191

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

Shades of Persian Pink #EC75BF

Tints of Persian Pink #EC75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

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

R = 43.38%
G = 21.51%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC75BF (or 0xEC75BF) is known color: Persian Pink. HEX triplet: EC, 75 and BF. RGB value is (236,117,191). Sum of RGB (Red+Green+Blue) = 236+117+191=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BF is #138A40. Grayscale: #A0A0A0. Windows color (decimal): -1280577 or 12547564. OLE color: 12547564.

HSL color Cylindrical-coordinate representation of color #EC75BF: hue angle of 322.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75BF is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 191 -
CMYK 0 0.50 0.19 0.07
HSL 322.69º 0.76% 0.69% -
HSV(B) 322.69º 0.5% 0.93% -
XYZ 50.36 34.32 53.26 -
YUV 161.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 236 117 191 0 0.50 0.19 0.07 322.69 0.76 0.69
Hex EC 75 BF 0 32 13 7 143 4C 45
Octal 354 165 277 0 62 23 7 503 114 105
Binary 11101100 1110101 10111111 0 110010 10011 111 101000011 1001100 1000101

Color Harmonies of #EC75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75BF

Black with #EC75BF

Text Example


Text Example

White with #EC75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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