Html Css Color HEX #EC7ABB Persian Pink

📋 copy color: '#EC7ABB'

red 236 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #EC7ABB

Tints of Persian Pink #EC7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.31%

R = 43.3%
G = 22.39%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC7ABB (or 0xEC7ABB) is known color: Persian Pink. HEX triplet: EC, 7A and BB. RGB value is (236,122,187). Sum of RGB (Red+Green+Blue) = 236+122+187=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ABB is #138544. Grayscale: #A3A3A3. Windows color (decimal): -1279301 or 12286700. OLE color: 12286700.

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

Color convert

RGB 236 122 187 -
CMYK 0 0.48 0.21 0.07
HSL 325.79º 0.75% 0.7% -
HSV(B) 325.79º 0.48% 0.93% -
XYZ 50.52 35.34 51.17 -
YUV 163.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 236 122 187 0 0.48 0.21 0.07 325.79 0.75 0.7
Hex EC 7A BB 0 30 15 7 146 4B 46
Octal 354 172 273 0 60 25 7 506 113 106
Binary 11101100 1111010 10111011 0 110000 10101 111 101000110 1001011 1000110

Color Harmonies of #EC7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ABB

Black with #EC7ABB

Text Example


Text Example

White with #EC7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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