Html Css Color HEX #EC2675 Cerise

📋 copy color: '#EC2675'

red 236 ◦ green 38 ◦ blue 117

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

Shades of Cerise #EC2675

Tints of Cerise #EC2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.72%

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

R = 60.36%
G = 9.72%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC2675 (or 0xEC2675) is known color: Cerise. HEX triplet: EC, 26 and 75. RGB value is (236,38,117). Sum of RGB (Red+Green+Blue) = 236+38+117=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2675 is #13D98A. Grayscale: #6A6A6A. Windows color (decimal): -1300875 or 7677676. OLE color: 7677676.

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

Color convert

RGB 236 38 117 -
CMYK 0 0.84 0.50 0.07
HSL 336.06º 0.84% 0.54% -
HSV(B) 336.06º 0.84% 0.93% -
XYZ 38.5 20.5 18.76 -
YUV 106.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 236 38 117 0 0.84 0.50 0.07 336.06 0.84 0.54
Hex EC 26 75 0 54 32 7 150 54 36
Octal 354 46 165 0 124 62 7 520 124 66
Binary 11101100 100110 1110101 0 1010100 110010 111 101010000 1010100 110110

Color Harmonies of #EC2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2675

Black with #EC2675

Text Example


Text Example

White with #EC2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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