Html Css Color HEX #EC7AB7 Persian Pink

📋 copy color: '#EC7AB7'

red 236 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #EC7AB7

Tints of Persian Pink #EC7AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.83%

R = 43.62%
G = 22.55%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC7AB7 (or 0xEC7AB7) is known color: Persian Pink. HEX triplet: EC, 7A and B7. RGB value is (236,122,183). Sum of RGB (Red+Green+Blue) = 236+122+183=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB7 is #138548. Grayscale: #A2A2A2. Windows color (decimal): -1279305 or 12024556. OLE color: 12024556.

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

Color convert

RGB 236 122 183 -
CMYK 0 0.48 0.22 0.07
HSL 327.89º 0.75% 0.7% -
HSV(B) 327.89º 0.48% 0.93% -
XYZ 50.1 35.17 48.95 -
YUV 163.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 236 122 183 0 0.48 0.22 0.07 327.89 0.75 0.7
Hex EC 7A B7 0 30 16 7 148 4B 46
Octal 354 172 267 0 60 26 7 510 113 106
Binary 11101100 1111010 10110111 0 110000 10110 111 101001000 1001011 1000110

Color Harmonies of #EC7AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AB7

Black with #EC7AB7

Text Example


Text Example

White with #EC7AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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