Html Css Color HEX #EC6FBC Persian Pink

📋 copy color: '#EC6FBC'

red 236 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #EC6FBC

Tints of Persian Pink #EC6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

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

R = 44.11%
G = 20.75%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC6FBC (or 0xEC6FBC) is known color: Persian Pink. HEX triplet: EC, 6F and BC. RGB value is (236,111,188). Sum of RGB (Red+Green+Blue) = 236+111+188=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FBC is #139043. Grayscale: #9C9C9C. Windows color (decimal): -1282116 or 12349420. OLE color: 12349420.

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

Color convert

RGB 236 111 188 -
CMYK 0 0.53 0.20 0.07
HSL 323.04º 0.77% 0.68% -
HSV(B) 323.04º 0.53% 0.93% -
XYZ 49.35 32.83 51.31 -
YUV 157.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 236 111 188 0 0.53 0.20 0.07 323.04 0.77 0.68
Hex EC 6F BC 0 35 14 7 143 4D 44
Octal 354 157 274 0 65 24 7 503 115 104
Binary 11101100 1101111 10111100 0 110101 10100 111 101000011 1001101 1000100

Color Harmonies of #EC6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FBC

Black with #EC6FBC

Text Example


Text Example

White with #EC6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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