Html Css Color HEX #ED2C64 Cerise

📋 copy color: '#ED2C64'

red 237 ◦ green 44 ◦ blue 100

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

Shades of Cerise #ED2C64

Tints of Cerise #ED2C64

RGB

 RED value IS 237 (92.97% from 255) = 62.2%

 GREEN value IS 44 (17.58% from 255) = 11.55%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 62.2%
G = 11.55%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED2C64 (or 0xED2C64) is known color: Cerise. HEX triplet: ED, 2C and 64. RGB value is (237,44,100). Sum of RGB (Red+Green+Blue) = 237+44+100=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2C64 is #12D39B. Grayscale: #6C6C6C. Windows color (decimal): -1233820 or 6565101. OLE color: 6565101.

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

Color convert

RGB 237 44 100 -
CMYK 0 0.81 0.58 0.07
HSL 342.59º 0.84% 0.55% -
HSV(B) 342.59º 0.81% 0.93% -
XYZ 38.13 20.73 14.05 -
YUV 108.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 237 44 100 0 0.81 0.58 0.07 342.59 0.84 0.55
Hex ED 2C 64 0 51 3A 7 157 54 37
Octal 355 54 144 0 121 72 7 527 124 67
Binary 11101101 101100 1100100 0 1010001 111010 111 101010111 1010100 110111

Color Harmonies of #ED2C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C64

Black with #ED2C64

Text Example


Text Example

White with #ED2C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C64; }

 p { color: rgb(237,44,100); }

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

background-color css

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

 a { background-color: rgb(237,44,100); }

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

border-color css

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

 span { border-color: rgb(237,44,100); }

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