Html Css Color HEX #EC70B2 Hot Pink

📋 copy color: '#EC70B2'

red 236 ◦ green 112 ◦ blue 178

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

Shades of Hot Pink #EC70B2

Tints of Hot Pink #EC70B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 44.87%
G = 21.29%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC70B2 (or 0xEC70B2) is known color: Hot Pink. HEX triplet: EC, 70 and B2. RGB value is (236,112,178). Sum of RGB (Red+Green+Blue) = 236+112+178=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70B2 is #138F4D. Grayscale: #9C9C9C. Windows color (decimal): -1281870 or 11694316. OLE color: 11694316.

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

Color convert

RGB 236 112 178 -
CMYK 0 0.53 0.25 0.07
HSL 328.06º 0.77% 0.68% -
HSV(B) 328.06º 0.53% 0.93% -
XYZ 48.42 32.64 45.87 -
YUV 156.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 236 112 178 0 0.53 0.25 0.07 328.06 0.77 0.68
Hex EC 70 B2 0 35 19 7 148 4D 44
Octal 354 160 262 0 65 31 7 510 115 104
Binary 11101100 1110000 10110010 0 110101 11001 111 101001000 1001101 1000100

Color Harmonies of #EC70B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70B2

Black with #EC70B2

Text Example


Text Example

White with #EC70B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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