Html Css Color HEX #EC7FB5 Persian Pink

📋 copy color: '#EC7FB5'

red 236 ◦ green 127 ◦ blue 181

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

Shades of Persian Pink #EC7FB5

Tints of Persian Pink #EC7FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.35%

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

R = 43.38%
G = 23.35%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC7FB5 (or 0xEC7FB5) is known color: Persian Pink. HEX triplet: EC, 7F and B5. RGB value is (236,127,181). Sum of RGB (Red+Green+Blue) = 236+127+181=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB5 is #13804A. Grayscale: #A5A5A5. Windows color (decimal): -1278027 or 11894764. OLE color: 11894764.

HSL color Cylindrical-coordinate representation of color #EC7FB5: hue angle of 330.28º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FB5 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 181 -
CMYK 0 0.46 0.23 0.07
HSL 330.28º 0.74% 0.71% -
HSV(B) 330.28º 0.46% 0.93% -
XYZ 50.52 36.35 48.07 -
YUV 165.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 236 127 181 0 0.46 0.23 0.07 330.28 0.74 0.71
Hex EC 7F B5 0 2E 17 7 14A 4A 47
Octal 354 177 265 0 56 27 7 512 112 107
Binary 11101100 1111111 10110101 0 101110 10111 111 101001010 1001010 1000111

Color Harmonies of #EC7FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FB5

Black with #EC7FB5

Text Example


Text Example

White with #EC7FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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