Html Css Color HEX #EC6FB7 Persian Pink

📋 copy color: '#EC6FB7'

red 236 ◦ green 111 ◦ blue 183

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

Shades of Persian Pink #EC6FB7

Tints of Persian Pink #EC6FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 44.53%
G = 20.94%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC6FB7 (or 0xEC6FB7) is known color: Persian Pink. HEX triplet: EC, 6F and B7. RGB value is (236,111,183). Sum of RGB (Red+Green+Blue) = 236+111+183=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FB7 is #139048. Grayscale: #9C9C9C. Windows color (decimal): -1282121 or 12021740. OLE color: 12021740.

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

Color convert

RGB 236 111 183 -
CMYK 0 0.53 0.22 0.07
HSL 325.44º 0.77% 0.68% -
HSV(B) 325.44º 0.53% 0.93% -
XYZ 48.82 32.62 48.52 -
YUV 156.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 236 111 183 0 0.53 0.22 0.07 325.44 0.77 0.68
Hex EC 6F B7 0 35 16 7 145 4D 44
Octal 354 157 267 0 65 26 7 505 115 104
Binary 11101100 1101111 10110111 0 110101 10110 111 101000101 1001101 1000100

Color Harmonies of #EC6FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FB7

Black with #EC6FB7

Text Example


Text Example

White with #EC6FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FB7; }

 p { color: rgb(236,111,183); }

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

background-color css

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

 a { background-color: rgb(236,111,183); }

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

border-color css

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

 span { border-color: rgb(236,111,183); }

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