Html Css Color HEX #EC6EBB Persian Pink

📋 copy color: '#EC6EBB'

red 236 ◦ green 110 ◦ blue 187

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

Shades of Persian Pink #EC6EBB

Tints of Persian Pink #EC6EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

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

R = 44.28%
G = 20.64%
B = 35.08%

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

#EC6EBB (or 0xEC6EBB) is known color: Persian Pink. HEX triplet: EC, 6E and BB. RGB value is (236,110,187). Sum of RGB (Red+Green+Blue) = 236+110+187=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EBB is #139144. Grayscale: #9C9C9C. Windows color (decimal): -1282373 or 12283628. OLE color: 12283628.

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

Color convert

RGB 236 110 187 -
CMYK 0 0.53 0.21 0.07
HSL 323.33º 0.77% 0.68% -
HSV(B) 323.33º 0.53% 0.93% -
XYZ 49.14 32.57 50.71 -
YUV 156.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 236 110 187 0 0.53 0.21 0.07 323.33 0.77 0.68
Hex EC 6E BB 0 35 15 7 143 4D 44
Octal 354 156 273 0 65 25 7 503 115 104
Binary 11101100 1101110 10111011 0 110101 10101 111 101000011 1001101 1000100

Color Harmonies of #EC6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EBB

Black with #EC6EBB

Text Example


Text Example

White with #EC6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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