Html Css Color HEX #EC70BE Persian Pink

📋 copy color: '#EC70BE'

red 236 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #EC70BE

Tints of Persian Pink #EC70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.82%

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

R = 43.87%
G = 20.82%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC70BE (or 0xEC70BE) is known color: Persian Pink. HEX triplet: EC, 70 and BE. RGB value is (236,112,190). Sum of RGB (Red+Green+Blue) = 236+112+190=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70BE is #138F41. Grayscale: #9D9D9D. Windows color (decimal): -1281858 or 12480748. OLE color: 12480748.

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

Color convert

RGB 236 112 190 -
CMYK 0 0.53 0.19 0.07
HSL 322.26º 0.77% 0.68% -
HSV(B) 322.26º 0.53% 0.93% -
XYZ 49.68 33.14 52.49 -
YUV 157.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 236 112 190 0 0.53 0.19 0.07 322.26 0.77 0.68
Hex EC 70 BE 0 35 13 7 142 4D 44
Octal 354 160 276 0 65 23 7 502 115 104
Binary 11101100 1110000 10111110 0 110101 10011 111 101000010 1001101 1000100

Color Harmonies of #EC70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70BE

Black with #EC70BE

Text Example


Text Example

White with #EC70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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