Html Css Color HEX #ED2685 Deep Cerise

📋 copy color: '#ED2685'

red 237 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #ED2685

Tints of Deep Cerise #ED2685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 58.09%
G = 9.31%
B = 32.6%

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

#ED2685 (or 0xED2685) is known color: Deep Cerise. HEX triplet: ED, 26 and 85. RGB value is (237,38,133). Sum of RGB (Red+Green+Blue) = 237+38+133=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2685 is #12D97A. Grayscale: #6C6C6C. Windows color (decimal): -1235323 or 8726253. OLE color: 8726253.

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

Color convert

RGB 237 38 133 -
CMYK 0 0.84 0.44 0.07
HSL 331.36º 0.85% 0.54% -
HSV(B) 331.36º 0.84% 0.93% -
XYZ 39.85 21.08 24.16 -
YUV 108.33 141.93 219.78 -
System Red Green Blue C M Y K H S L
Decimal 237 38 133 0 0.84 0.44 0.07 331.36 0.85 0.54
Hex ED 26 85 0 54 2C 7 14B 55 36
Octal 355 46 205 0 124 54 7 513 125 66
Binary 11101101 100110 10000101 0 1010100 101100 111 101001011 1010101 110110

Color Harmonies of #ED2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2685

Black with #ED2685

Text Example


Text Example

White with #ED2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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