Html Css Color HEX #ED2680 Deep Cerise

📋 copy color: '#ED2680'

red 237 ◦ green 38 ◦ blue 128

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

Shades of Deep Cerise #ED2680

Tints of Deep Cerise #ED2680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 58.81%
G = 9.43%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED2680 (or 0xED2680) is known color: Deep Cerise. HEX triplet: ED, 26 and 80. RGB value is (237,38,128). Sum of RGB (Red+Green+Blue) = 237+38+128=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2680 is #12D97F. Grayscale: #6B6B6B. Windows color (decimal): -1235328 or 8398573. OLE color: 8398573.

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

Color convert

RGB 237 38 128 -
CMYK 0 0.84 0.46 0.07
HSL 332.86º 0.85% 0.54% -
HSV(B) 332.86º 0.84% 0.93% -
XYZ 39.51 20.95 22.38 -
YUV 107.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 237 38 128 0 0.84 0.46 0.07 332.86 0.85 0.54
Hex ED 26 80 0 54 2E 7 14D 55 36
Octal 355 46 200 0 124 56 7 515 125 66
Binary 11101101 100110 10000000 0 1010100 101110 111 101001101 1010101 110110

Color Harmonies of #ED2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2680

Black with #ED2680

Text Example


Text Example

White with #ED2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2680; }

 p { color: rgb(237,38,128); }

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

background-color css

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

 a { background-color: rgb(237,38,128); }

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

border-color css

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

 span { border-color: rgb(237,38,128); }

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