Html Css Color HEX #ED2684 Deep Cerise

📋 copy color: '#ED2684'

red 237 ◦ green 38 ◦ blue 132

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

Shades of Deep Cerise #ED2684

Tints of Deep Cerise #ED2684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 58.23%
G = 9.34%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED2684 (or 0xED2684) is known color: Deep Cerise. HEX triplet: ED, 26 and 84. RGB value is (237,38,132). Sum of RGB (Red+Green+Blue) = 237+38+132=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2684 is #12D97B. Grayscale: #6C6C6C. Windows color (decimal): -1235324 or 8660717. OLE color: 8660717.

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

Color convert

RGB 237 38 132 -
CMYK 0 0.84 0.44 0.07
HSL 331.66º 0.85% 0.54% -
HSV(B) 331.66º 0.84% 0.93% -
XYZ 39.78 21.06 23.8 -
YUV 108.22 141.43 219.86 -
System Red Green Blue C M Y K H S L
Decimal 237 38 132 0 0.84 0.44 0.07 331.66 0.85 0.54
Hex ED 26 84 0 54 2C 7 14C 55 36
Octal 355 46 204 0 124 54 7 514 125 66
Binary 11101101 100110 10000100 0 1010100 101100 111 101001100 1010101 110110

Color Harmonies of #ED2684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2684

Black with #ED2684

Text Example


Text Example

White with #ED2684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2684; }

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

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

background-color css

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

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

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

border-color css

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

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

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