Html Css Color HEX #EC7AB5 Persian Pink

📋 copy color: '#EC7AB5'

red 236 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #EC7AB5

Tints of Persian Pink #EC7AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.58%

R = 43.78%
G = 22.63%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC7AB5 (or 0xEC7AB5) is known color: Persian Pink. HEX triplet: EC, 7A and B5. RGB value is (236,122,181). Sum of RGB (Red+Green+Blue) = 236+122+181=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB5 is #13854A. Grayscale: #A2A2A2. Windows color (decimal): -1279307 or 11893484. OLE color: 11893484.

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

Color convert

RGB 236 122 181 -
CMYK 0 0.48 0.23 0.07
HSL 328.95º 0.75% 0.7% -
HSV(B) 328.95º 0.48% 0.93% -
XYZ 49.89 35.09 47.86 -
YUV 162.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 236 122 181 0 0.48 0.23 0.07 328.95 0.75 0.7
Hex EC 7A B5 0 30 17 7 149 4B 46
Octal 354 172 265 0 60 27 7 511 113 106
Binary 11101100 1111010 10110101 0 110000 10111 111 101001001 1001011 1000110

Color Harmonies of #EC7AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AB5

Black with #EC7AB5

Text Example


Text Example

White with #EC7AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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