Html Css Color HEX #EC0285 Deep Pink

📋 copy color: '#EC0285'

red 236 ◦ green 2 ◦ blue 133

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

Shades of Deep Pink #EC0285

Tints of Deep Pink #EC0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 63.61%
G = 0.54%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0285 (or 0xEC0285) is known color: Deep Pink. HEX triplet: EC, 02 and 85. RGB value is (236,2,133). Sum of RGB (Red+Green+Blue) = 236+2+133=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0285 is #13FD7A. Grayscale: #565656. Windows color (decimal): -1310075 or 8717036. OLE color: 8717036.

HSL color Cylindrical-coordinate representation of color #EC0285: hue angle of 326.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0285 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 133 -
CMYK 0 0.99 0.44 0.07
HSL 326.41º 0.98% 0.47% -
HSV(B) 326.41º 0.99% 0.93% -
XYZ 38.85 19.57 23.92 -
YUV 86.9 154.02 234.35 -
System Red Green Blue C M Y K H S L
Decimal 236 2 133 0 0.99 0.44 0.07 326.41 0.98 0.47
Hex EC 2 85 0 63 2C 7 146 62 2F
Octal 354 2 205 0 143 54 7 506 142 57
Binary 11101100 10 10000101 0 1100011 101100 111 101000110 1100010 101111

Color Harmonies of #EC0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0285

Black with #EC0285

Text Example


Text Example

White with #EC0285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0285; }

 p { color: rgb(236,2,133); }

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

background-color css

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

 a { background-color: rgb(236,2,133); }

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

border-color css

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

 span { border-color: rgb(236,2,133); }

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