Html Css Color HEX #EC7CC2 Persian Pink

📋 copy color: '#EC7CC2'

red 236 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #EC7CC2

Tints of Persian Pink #EC7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 42.6%
G = 22.38%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC7CC2 (or 0xEC7CC2) is known color: Persian Pink. HEX triplet: EC, 7C and C2. RGB value is (236,124,194). Sum of RGB (Red+Green+Blue) = 236+124+194=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CC2 is #13833D. Grayscale: #A5A5A5. Windows color (decimal): -1278782 or 12745964. OLE color: 12745964.

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

Color convert

RGB 236 124 194 -
CMYK 0 0.47 0.18 0.07
HSL 322.5º 0.75% 0.71% -
HSV(B) 322.5º 0.47% 0.93% -
XYZ 51.54 36.14 55.3 -
YUV 165.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 236 124 194 0 0.47 0.18 0.07 322.5 0.75 0.71
Hex EC 7C C2 0 2F 12 7 142 4B 47
Octal 354 174 302 0 57 22 7 502 113 107
Binary 11101100 1111100 11000010 0 101111 10010 111 101000010 1001011 1000111

Color Harmonies of #EC7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7CC2

Black with #EC7CC2

Text Example


Text Example

White with #EC7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7CC2; }

 p { color: rgb(236,124,194); }

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

background-color css

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

 a { background-color: rgb(236,124,194); }

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

border-color css

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

 span { border-color: rgb(236,124,194); }

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