Html Css Color HEX #EC6EBC Persian Pink

📋 copy color: '#EC6EBC'

red 236 ◦ green 110 ◦ blue 188

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

Shades of Persian Pink #EC6EBC

Tints of Persian Pink #EC6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

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

R = 44.19%
G = 20.6%
B = 35.21%

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

#EC6EBC (or 0xEC6EBC) is known color: Persian Pink. HEX triplet: EC, 6E and BC. RGB value is (236,110,188). Sum of RGB (Red+Green+Blue) = 236+110+188=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EBC is #139143. Grayscale: #9C9C9C. Windows color (decimal): -1282372 or 12349164. OLE color: 12349164.

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

Color convert

RGB 236 110 188 -
CMYK 0 0.53 0.20 0.07
HSL 322.86º 0.77% 0.68% -
HSV(B) 322.86º 0.53% 0.93% -
XYZ 49.25 32.62 51.28 -
YUV 156.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 236 110 188 0 0.53 0.20 0.07 322.86 0.77 0.68
Hex EC 6E BC 0 35 14 7 143 4D 44
Octal 354 156 274 0 65 24 7 503 115 104
Binary 11101100 1101110 10111100 0 110101 10100 111 101000011 1001101 1000100

Color Harmonies of #EC6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EBC

Black with #EC6EBC

Text Example


Text Example

White with #EC6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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