Html Css Color HEX #EC73BE Persian Pink

📋 copy color: '#EC73BE'

red 236 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #EC73BE

Tints of Persian Pink #EC73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.26%

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

R = 43.62%
G = 21.26%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC73BE (or 0xEC73BE) is known color: Persian Pink. HEX triplet: EC, 73 and BE. RGB value is (236,115,190). Sum of RGB (Red+Green+Blue) = 236+115+190=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BE is #138C41. Grayscale: #9F9F9F. Windows color (decimal): -1281090 or 12481516. OLE color: 12481516.

HSL color Cylindrical-coordinate representation of color #EC73BE: hue angle of 322.81º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73BE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 190 -
CMYK 0 0.51 0.19 0.07
HSL 322.81º 0.76% 0.69% -
HSV(B) 322.81º 0.51% 0.93% -
XYZ 50.02 33.81 52.61 -
YUV 159.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 236 115 190 0 0.51 0.19 0.07 322.81 0.76 0.69
Hex EC 73 BE 0 33 13 7 143 4C 45
Octal 354 163 276 0 63 23 7 503 114 105
Binary 11101100 1110011 10111110 0 110011 10011 111 101000011 1001100 1000101

Color Harmonies of #EC73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73BE

Black with #EC73BE

Text Example


Text Example

White with #EC73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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