Html Css Color HEX #EC306A Cerise

📋 copy color: '#EC306A'

red 236 ◦ green 48 ◦ blue 106

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

Shades of Cerise #EC306A

Tints of Cerise #EC306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 60.51%
G = 12.31%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC306A (or 0xEC306A) is known color: Cerise. HEX triplet: EC, 30 and 6A. RGB value is (236,48,106). Sum of RGB (Red+Green+Blue) = 236+48+106=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC306A is #13CF95. Grayscale: #6E6E6E. Windows color (decimal): -1298326 or 6959340. OLE color: 6959340.

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

Color convert

RGB 236 48 106 -
CMYK 0 0.80 0.55 0.07
HSL 341.49º 0.83% 0.56% -
HSV(B) 341.49º 0.8% 0.93% -
XYZ 38.25 20.99 15.67 -
YUV 110.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 236 48 106 0 0.80 0.55 0.07 341.49 0.83 0.56
Hex EC 30 6A 0 50 37 7 155 53 38
Octal 354 60 152 0 120 67 7 525 123 70
Binary 11101100 110000 1101010 0 1010000 110111 111 101010101 1010011 111000

Color Harmonies of #EC306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC306A

Black with #EC306A

Text Example


Text Example

White with #EC306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC306A; }

 p { color: rgb(236,48,106); }

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

background-color css

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

 a { background-color: rgb(236,48,106); }

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

border-color css

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

 span { border-color: rgb(236,48,106); }

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