Html Css Color HEX #EC7FB3 Persian Pink

📋 copy color: '#EC7FB3'

red 236 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #EC7FB3

Tints of Persian Pink #EC7FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 43.54%
G = 23.43%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC7FB3 (or 0xEC7FB3) is known color: Persian Pink. HEX triplet: EC, 7F and B3. RGB value is (236,127,179). Sum of RGB (Red+Green+Blue) = 236+127+179=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FB3 is #13804C. Grayscale: #A5A5A5. Windows color (decimal): -1278029 or 11763692. OLE color: 11763692.

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

Color convert

RGB 236 127 179 -
CMYK 0 0.46 0.24 0.07
HSL 331.38º 0.74% 0.71% -
HSV(B) 331.38º 0.46% 0.93% -
XYZ 50.32 36.27 47 -
YUV 165.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 236 127 179 0 0.46 0.24 0.07 331.38 0.74 0.71
Hex EC 7F B3 0 2E 18 7 14B 4A 47
Octal 354 177 263 0 56 30 7 513 112 107
Binary 11101100 1111111 10110011 0 101110 11000 111 101001011 1001010 1000111

Color Harmonies of #EC7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FB3

Black with #EC7FB3

Text Example


Text Example

White with #EC7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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