Html Css Color HEX #EC2B65 Cerise

📋 copy color: '#EC2B65'

red 236 ◦ green 43 ◦ blue 101

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

Shades of Cerise #EC2B65

Tints of Cerise #EC2B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

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

R = 62.11%
G = 11.32%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC2B65 (or 0xEC2B65) is known color: Cerise. HEX triplet: EC, 2B and 65. RGB value is (236,43,101). Sum of RGB (Red+Green+Blue) = 236+43+101=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B65 is #13D49A. Grayscale: #6B6B6B. Windows color (decimal): -1299611 or 6630380. OLE color: 6630380.

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

Color convert

RGB 236 43 101 -
CMYK 0 0.82 0.57 0.07
HSL 341.97º 0.84% 0.55% -
HSV(B) 341.97º 0.82% 0.93% -
XYZ 37.8 20.5 14.28 -
YUV 107.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 236 43 101 0 0.82 0.57 0.07 341.97 0.84 0.55
Hex EC 2B 65 0 52 39 7 156 54 37
Octal 354 53 145 0 122 71 7 526 124 67
Binary 11101100 101011 1100101 0 1010010 111001 111 101010110 1010100 110111

Color Harmonies of #EC2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B65

Black with #EC2B65

Text Example


Text Example

White with #EC2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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