Html Css Color HEX #EC7ABE Persian Pink

📋 copy color: '#EC7ABE'

red 236 ◦ green 122 ◦ blue 190

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

Shades of Persian Pink #EC7ABE

Tints of Persian Pink #EC7ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 43.07%
G = 22.26%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC7ABE (or 0xEC7ABE) is known color: Persian Pink. HEX triplet: EC, 7A and BE. RGB value is (236,122,190). Sum of RGB (Red+Green+Blue) = 236+122+190=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ABE is #138541. Grayscale: #A3A3A3. Windows color (decimal): -1279298 or 12483308. OLE color: 12483308.

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

Color convert

RGB 236 122 190 -
CMYK 0 0.48 0.19 0.07
HSL 324.21º 0.75% 0.7% -
HSV(B) 324.21º 0.48% 0.93% -
XYZ 50.85 35.47 52.88 -
YUV 163.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 236 122 190 0 0.48 0.19 0.07 324.21 0.75 0.7
Hex EC 7A BE 0 30 13 7 144 4B 46
Octal 354 172 276 0 60 23 7 504 113 106
Binary 11101100 1111010 10111110 0 110000 10011 111 101000100 1001011 1000110

Color Harmonies of #EC7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ABE

Black with #EC7ABE

Text Example


Text Example

White with #EC7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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