Html Css Color HEX #ED2763 Cerise

📋 copy color: '#ED2763'

red 237 ◦ green 39 ◦ blue 99

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

Shades of Cerise #ED2763

Tints of Cerise #ED2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 63.2%
G = 10.4%
B = 26.4%

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

#ED2763 (or 0xED2763) is known color: Cerise. HEX triplet: ED, 27 and 63. RGB value is (237,39,99). Sum of RGB (Red+Green+Blue) = 237+39+99=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2763 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2763 is #12D89C. Grayscale: #686868. Windows color (decimal): -1235101 or 6498285. OLE color: 6498285.

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

Color convert

RGB 237 39 99 -
CMYK 0 0.84 0.58 0.07
HSL 341.82º 0.85% 0.54% -
HSV(B) 341.82º 0.84% 0.93% -
XYZ 37.9 20.36 13.74 -
YUV 105.04 124.6 222.12 -
System Red Green Blue C M Y K H S L
Decimal 237 39 99 0 0.84 0.58 0.07 341.82 0.85 0.54
Hex ED 27 63 0 54 3A 7 156 55 36
Octal 355 47 143 0 124 72 7 526 125 66
Binary 11101101 100111 1100011 0 1010100 111010 111 101010110 1010101 110110

Color Harmonies of #ED2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2763

Black with #ED2763

Text Example


Text Example

White with #ED2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2763; }

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

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

background-color css

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

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

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

border-color css

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

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

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