Html Css Color HEX #ED2563 Cerise

📋 copy color: '#ED2563'

red 237 ◦ green 37 ◦ blue 99

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

Shades of Cerise #ED2563

Tints of Cerise #ED2563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.54%

R = 63.54%
G = 9.92%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ED2563 (or 0xED2563) is known color: Cerise. HEX triplet: ED, 25 and 63. RGB value is (237,37,99). Sum of RGB (Red+Green+Blue) = 237+37+99=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2563 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2563 is #12DA9C. Grayscale: #676767. Windows color (decimal): -1235613 or 6497773. OLE color: 6497773.

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

Color convert

RGB 237 37 99 -
CMYK 0 0.84 0.58 0.07
HSL 341.4º 0.85% 0.54% -
HSV(B) 341.4º 0.84% 0.93% -
XYZ 37.84 20.23 13.71 -
YUV 103.87 125.26 222.96 -
System Red Green Blue C M Y K H S L
Decimal 237 37 99 0 0.84 0.58 0.07 341.4 0.85 0.54
Hex ED 25 63 0 54 3A 7 155 55 36
Octal 355 45 143 0 124 72 7 525 125 66
Binary 11101101 100101 1100011 0 1010100 111010 111 101010101 1010101 110110

Color Harmonies of #ED2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2563

Black with #ED2563

Text Example


Text Example

White with #ED2563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2563; }

 p { color: rgb(237,37,99); }

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

background-color css

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

 a { background-color: rgb(237,37,99); }

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

border-color css

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

 span { border-color: rgb(237,37,99); }

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