Html Css Color HEX #EC3275 Cerise

📋 copy color: '#EC3275'

red 236 ◦ green 50 ◦ blue 117

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

Shades of Cerise #EC3275

Tints of Cerise #EC3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 58.56%
G = 12.41%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC3275 (or 0xEC3275) is known color: Cerise. HEX triplet: EC, 32 and 75. RGB value is (236,50,117). Sum of RGB (Red+Green+Blue) = 236+50+117=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3275 is #13CD8A. Grayscale: #717171. Windows color (decimal): -1297803 or 7680748. OLE color: 7680748.

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

Color convert

RGB 236 50 117 -
CMYK 0 0.79 0.50 0.07
HSL 338.39º 0.83% 0.56% -
HSV(B) 338.39º 0.79% 0.93% -
XYZ 38.94 21.4 18.91 -
YUV 113.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 236 50 117 0 0.79 0.50 0.07 338.39 0.83 0.56
Hex EC 32 75 0 4F 32 7 152 53 38
Octal 354 62 165 0 117 62 7 522 123 70
Binary 11101100 110010 1110101 0 1001111 110010 111 101010010 1010011 111000

Color Harmonies of #EC3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3275

Black with #EC3275

Text Example


Text Example

White with #EC3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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