Html Css Color HEX #EC7AC3 Persian Pink

📋 copy color: '#EC7AC3'

red 236 ◦ green 122 ◦ blue 195

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

Shades of Persian Pink #EC7AC3

Tints of Persian Pink #EC7AC3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.06%

 BLUE value IS 195 (76.56% from 255) = 35.26%

R = 42.68%
G = 22.06%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7AC3 (or 0xEC7AC3) is known color: Persian Pink. HEX triplet: EC, 7A and C3. RGB value is (236,122,195). Sum of RGB (Red+Green+Blue) = 236+122+195=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AC3 is #13853C. Grayscale: #A4A4A4. Windows color (decimal): -1279293 or 12810988. OLE color: 12810988.

HSL color Cylindrical-coordinate representation of color #EC7AC3: hue angle of 321.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AC3 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 122 195 -
CMYK 0 0.48 0.17 0.07
HSL 321.58º 0.75% 0.7% -
HSV(B) 321.58º 0.48% 0.93% -
XYZ 51.4 35.69 55.81 -
YUV 164.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 236 122 195 0 0.48 0.17 0.07 321.58 0.75 0.7
Hex EC 7A C3 0 30 11 7 142 4B 46
Octal 354 172 303 0 60 21 7 502 113 106
Binary 11101100 1111010 11000011 0 110000 10001 111 101000010 1001011 1000110

Color Harmonies of #EC7AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AC3

Black with #EC7AC3

Text Example


Text Example

White with #EC7AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AC3; }

 p { color: rgb(236,122,195); }

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

background-color css

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

 a { background-color: rgb(236,122,195); }

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

border-color css

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

 span { border-color: rgb(236,122,195); }

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