Html Css Color HEX #EC2BB7 Spicy Pink

📋 copy color: '#EC2BB7'

red 236 ◦ green 43 ◦ blue 183

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

Shades of Spicy Pink #EC2BB7

Tints of Spicy Pink #EC2BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.31%

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

R = 51.08%
G = 9.31%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC2BB7 (or 0xEC2BB7) is known color: Spicy Pink. HEX triplet: EC, 2B and B7. RGB value is (236,43,183). Sum of RGB (Red+Green+Blue) = 236+43+183=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2BB7 is #13D448. Grayscale: #747474. Windows color (decimal): -1299529 or 12004332. OLE color: 12004332.

HSL color Cylindrical-coordinate representation of color #EC2BB7: hue angle of 316.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BB7 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 43 183 -
CMYK 0 0.82 0.22 0.07
HSL 316.48º 0.84% 0.55% -
HSV(B) 316.48º 0.82% 0.93% -
XYZ 44 22.98 46.92 -
YUV 116.67 165.44 213.12 -
System Red Green Blue C M Y K H S L
Decimal 236 43 183 0 0.82 0.22 0.07 316.48 0.84 0.55
Hex EC 2B B7 0 52 16 7 13C 54 37
Octal 354 53 267 0 122 26 7 474 124 67
Binary 11101100 101011 10110111 0 1010010 10110 111 100111100 1010100 110111

Color Harmonies of #EC2BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2BB7

Black with #EC2BB7

Text Example


Text Example

White with #EC2BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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