Html Css Color HEX #EC2575 Cerise

📋 copy color: '#EC2575'

red 236 ◦ green 37 ◦ blue 117

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

Shades of Cerise #EC2575

Tints of Cerise #EC2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

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

R = 60.51%
G = 9.49%
B = 30%

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

#EC2575 (or 0xEC2575) is known color: Cerise. HEX triplet: EC, 25 and 75. RGB value is (236,37,117). Sum of RGB (Red+Green+Blue) = 236+37+117=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2575 is #13DA8A. Grayscale: #696969. Windows color (decimal): -1301131 or 7677420. OLE color: 7677420.

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

Color convert

RGB 236 37 117 -
CMYK 0 0.84 0.50 0.07
HSL 335.88º 0.84% 0.54% -
HSV(B) 335.88º 0.84% 0.93% -
XYZ 38.46 20.44 18.75 -
YUV 105.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 236 37 117 0 0.84 0.50 0.07 335.88 0.84 0.54
Hex EC 25 75 0 54 32 7 150 54 36
Octal 354 45 165 0 124 62 7 520 124 66
Binary 11101100 100101 1110101 0 1010100 110010 111 101010000 1010100 110110

Color Harmonies of #EC2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2575

Black with #EC2575

Text Example


Text Example

White with #EC2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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