Html Css Color HEX #EC1B7F Deep Pink

📋 copy color: '#EC1B7F'

red 236 ◦ green 27 ◦ blue 127

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

Shades of Deep Pink #EC1B7F

Tints of Deep Pink #EC1B7F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.92%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 60.51%
G = 6.92%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC1B7F (or 0xEC1B7F) is known color: Deep Pink. HEX triplet: EC, 1B and 7F. RGB value is (236,27,127). Sum of RGB (Red+Green+Blue) = 236+27+127=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B7F is #13E480. Grayscale: #646464. Windows color (decimal): -1303681 or 8330220. OLE color: 8330220.

HSL color Cylindrical-coordinate representation of color #EC1B7F: hue angle of 331.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B7F is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 27 127 -
CMYK 0 0.89 0.46 0.07
HSL 331.29º 0.85% 0.52% -
HSV(B) 331.29º 0.89% 0.93% -
XYZ 38.81 20.15 21.92 -
YUV 100.89 142.74 224.37 -
System Red Green Blue C M Y K H S L
Decimal 236 27 127 0 0.89 0.46 0.07 331.29 0.85 0.52
Hex EC 1B 7F 0 59 2E 7 14B 55 34
Octal 354 33 177 0 131 56 7 513 125 64
Binary 11101100 11011 1111111 0 1011001 101110 111 101001011 1010101 110100

Color Harmonies of #EC1B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B7F

Black with #EC1B7F

Text Example


Text Example

White with #EC1B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B7F; }

 p { color: rgb(236,27,127); }

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

background-color css

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

 a { background-color: rgb(236,27,127); }

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

border-color css

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

 span { border-color: rgb(236,27,127); }

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