Html Css Color HEX #EC2685 Deep Cerise

📋 copy color: '#EC2685'

red 236 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #EC2685

Tints of Deep Cerise #EC2685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

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

R = 57.99%
G = 9.34%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC2685 (or 0xEC2685) is known color: Deep Cerise. HEX triplet: EC, 26 and 85. RGB value is (236,38,133). Sum of RGB (Red+Green+Blue) = 236+38+133=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2685 is #13D97A. Grayscale: #6B6B6B. Windows color (decimal): -1300859 or 8726252. OLE color: 8726252.

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

Color convert

RGB 236 38 133 -
CMYK 0 0.84 0.44 0.07
HSL 331.21º 0.84% 0.54% -
HSV(B) 331.21º 0.84% 0.93% -
XYZ 39.52 20.91 24.14 -
YUV 108.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 236 38 133 0 0.84 0.44 0.07 331.21 0.84 0.54
Hex EC 26 85 0 54 2C 7 14B 54 36
Octal 354 46 205 0 124 54 7 513 124 66
Binary 11101100 100110 10000101 0 1010100 101100 111 101001011 1010100 110110

Color Harmonies of #EC2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2685

Black with #EC2685

Text Example


Text Example

White with #EC2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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