Html Css Color HEX #EC3075 Cerise

📋 copy color: '#EC3075'

red 236 ◦ green 48 ◦ blue 117

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

Shades of Cerise #EC3075

Tints of Cerise #EC3075

RGB

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

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

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

R = 58.85%
G = 11.97%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC3075 (or 0xEC3075) is known color: Cerise. HEX triplet: EC, 30 and 75. RGB value is (236,48,117). Sum of RGB (Red+Green+Blue) = 236+48+117=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3075 is #13CF8A. Grayscale: #6F6F6F. Windows color (decimal): -1298315 or 7680236. OLE color: 7680236.

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

Color convert

RGB 236 48 117 -
CMYK 0 0.80 0.50 0.07
HSL 337.98º 0.83% 0.56% -
HSV(B) 337.98º 0.8% 0.93% -
XYZ 38.86 21.23 18.88 -
YUV 112.08 130.78 216.39 -
System Red Green Blue C M Y K H S L
Decimal 236 48 117 0 0.80 0.50 0.07 337.98 0.83 0.56
Hex EC 30 75 0 50 32 7 152 53 38
Octal 354 60 165 0 120 62 7 522 123 70
Binary 11101100 110000 1110101 0 1010000 110010 111 101010010 1010011 111000

Color Harmonies of #EC3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3075

Black with #EC3075

Text Example


Text Example

White with #EC3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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