Html Css Color HEX #EC7AB8 Persian Pink

📋 copy color: '#EC7AB8'

red 236 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #EC7AB8

Tints of Persian Pink #EC7AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.95%

R = 43.54%
G = 22.51%
B = 33.95%

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

#EC7AB8 (or 0xEC7AB8) is known color: Persian Pink. HEX triplet: EC, 7A and B8. RGB value is (236,122,184). Sum of RGB (Red+Green+Blue) = 236+122+184=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB8 is #138547. Grayscale: #A3A3A3. Windows color (decimal): -1279304 or 12090092. OLE color: 12090092.

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

Color convert

RGB 236 122 184 -
CMYK 0 0.48 0.22 0.07
HSL 327.37º 0.75% 0.7% -
HSV(B) 327.37º 0.48% 0.93% -
XYZ 50.2 35.21 49.5 -
YUV 163.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 236 122 184 0 0.48 0.22 0.07 327.37 0.75 0.7
Hex EC 7A B8 0 30 16 7 147 4B 46
Octal 354 172 270 0 60 26 7 507 113 106
Binary 11101100 1111010 10111000 0 110000 10110 111 101000111 1001011 1000110

Color Harmonies of #EC7AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7AB8

Black with #EC7AB8

Text Example


Text Example

White with #EC7AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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