Html Css Color HEX #EC6FBB Persian Pink

📋 copy color: '#EC6FBB'

red 236 ◦ green 111 ◦ blue 187

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

Shades of Persian Pink #EC6FBB

Tints of Persian Pink #EC6FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 44.19%
G = 20.79%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC6FBB (or 0xEC6FBB) is known color: Persian Pink. HEX triplet: EC, 6F and BB. RGB value is (236,111,187). Sum of RGB (Red+Green+Blue) = 236+111+187=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FBB is #139044. Grayscale: #9C9C9C. Windows color (decimal): -1282117 or 12283884. OLE color: 12283884.

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

Color convert

RGB 236 111 187 -
CMYK 0 0.53 0.21 0.07
HSL 323.52º 0.77% 0.68% -
HSV(B) 323.52º 0.53% 0.93% -
XYZ 49.25 32.79 50.75 -
YUV 157.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 236 111 187 0 0.53 0.21 0.07 323.52 0.77 0.68
Hex EC 6F BB 0 35 15 7 144 4D 44
Octal 354 157 273 0 65 25 7 504 115 104
Binary 11101100 1101111 10111011 0 110101 10101 111 101000100 1001101 1000100

Color Harmonies of #EC6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FBB

Black with #EC6FBB

Text Example


Text Example

White with #EC6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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