Html Css Color HEX #EC2B69 Cerise

📋 copy color: '#EC2B69'

red 236 ◦ green 43 ◦ blue 105

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

Shades of Cerise #EC2B69

Tints of Cerise #EC2B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.34%

R = 61.46%
G = 11.2%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC2B69 (or 0xEC2B69) is known color: Cerise. HEX triplet: EC, 2B and 69. RGB value is (236,43,105). Sum of RGB (Red+Green+Blue) = 236+43+105=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2B69 is #13D496. Grayscale: #6B6B6B. Windows color (decimal): -1299607 or 6892524. OLE color: 6892524.

HSL color Cylindrical-coordinate representation of color #EC2B69: hue angle of 340.73º 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 #EC2B69 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 43 105 -
CMYK 0 0.82 0.56 0.07
HSL 340.73º 0.84% 0.55% -
HSV(B) 340.73º 0.82% 0.93% -
XYZ 38.01 20.58 15.33 -
YUV 107.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 236 43 105 0 0.82 0.56 0.07 340.73 0.84 0.55
Hex EC 2B 69 0 52 38 7 155 54 37
Octal 354 53 151 0 122 70 7 525 124 67
Binary 11101100 101011 1101001 0 1010010 111000 111 101010101 1010100 110111

Color Harmonies of #EC2B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B69

Black with #EC2B69

Text Example


Text Example

White with #EC2B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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