Html Css Color HEX #ED2688 Deep Cerise

📋 copy color: '#ED2688'

red 237 ◦ green 38 ◦ blue 136

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

Shades of Deep Cerise #ED2688

Tints of Deep Cerise #ED2688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 57.66%
G = 9.25%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED2688 (or 0xED2688) is known color: Deep Cerise. HEX triplet: ED, 26 and 88. RGB value is (237,38,136). Sum of RGB (Red+Green+Blue) = 237+38+136=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2688 is #12D977. Grayscale: #6C6C6C. Windows color (decimal): -1235320 or 8922861. OLE color: 8922861.

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

Color convert

RGB 237 38 136 -
CMYK 0 0.84 0.43 0.07
HSL 330.45º 0.85% 0.54% -
HSV(B) 330.45º 0.84% 0.93% -
XYZ 40.06 21.17 25.27 -
YUV 108.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 237 38 136 0 0.84 0.43 0.07 330.45 0.85 0.54
Hex ED 26 88 0 54 2B 7 14A 55 36
Octal 355 46 210 0 124 53 7 512 125 66
Binary 11101101 100110 10001000 0 1010100 101011 111 101001010 1010101 110110

Color Harmonies of #ED2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2688

Black with #ED2688

Text Example


Text Example

White with #ED2688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2688; }

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

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

background-color css

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

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

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

border-color css

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

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

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