Html Css Color HEX #EC70BD Persian Pink

📋 copy color: '#EC70BD'

red 236 ◦ green 112 ◦ blue 189

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

Shades of Persian Pink #EC70BD

Tints of Persian Pink #EC70BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 43.95%
G = 20.86%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC70BD (or 0xEC70BD) is known color: Persian Pink. HEX triplet: EC, 70 and BD. RGB value is (236,112,189). Sum of RGB (Red+Green+Blue) = 236+112+189=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70BD is #138F42. Grayscale: #9D9D9D. Windows color (decimal): -1281859 or 12415212. OLE color: 12415212.

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

Color convert

RGB 236 112 189 -
CMYK 0 0.53 0.20 0.07
HSL 322.74º 0.77% 0.68% -
HSV(B) 322.74º 0.53% 0.93% -
XYZ 49.57 33.1 51.92 -
YUV 157.85 145.58 183.74 -
System Red Green Blue C M Y K H S L
Decimal 236 112 189 0 0.53 0.20 0.07 322.74 0.77 0.68
Hex EC 70 BD 0 35 14 7 143 4D 44
Octal 354 160 275 0 65 24 7 503 115 104
Binary 11101100 1110000 10111101 0 110101 10100 111 101000011 1001101 1000100

Color Harmonies of #EC70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70BD

Black with #EC70BD

Text Example


Text Example

White with #EC70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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