Html Css Color HEX #EC3265 Cerise

📋 copy color: '#EC3265'

red 236 ◦ green 50 ◦ blue 101

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

Shades of Cerise #EC3265

Tints of Cerise #EC3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.92%

 BLUE value IS 101 (39.84% from 255) = 26.1%

R = 60.98%
G = 12.92%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC3265 (or 0xEC3265) is known color: Cerise. HEX triplet: EC, 32 and 65. RGB value is (236,50,101). Sum of RGB (Red+Green+Blue) = 236+50+101=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3265 is #13CD9A. Grayscale: #6F6F6F. Windows color (decimal): -1297819 or 6632172. OLE color: 6632172.

HSL color Cylindrical-coordinate representation of color #EC3265: hue angle of 343.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC3265 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 101 -
CMYK 0 0.79 0.57 0.07
HSL 343.55º 0.83% 0.56% -
HSV(B) 343.55º 0.79% 0.93% -
XYZ 38.08 21.05 14.37 -
YUV 111.43 122.12 216.85 -
System Red Green Blue C M Y K H S L
Decimal 236 50 101 0 0.79 0.57 0.07 343.55 0.83 0.56
Hex EC 32 65 0 4F 39 7 158 53 38
Octal 354 62 145 0 117 71 7 530 123 70
Binary 11101100 110010 1100101 0 1001111 111001 111 101011000 1010011 111000

Color Harmonies of #EC3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3265

Black with #EC3265

Text Example


Text Example

White with #EC3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3265; }

 p { color: rgb(236,50,101); }

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

background-color css

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

 a { background-color: rgb(236,50,101); }

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

border-color css

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

 span { border-color: rgb(236,50,101); }

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