Html Css Color HEX #ED288B Deep Cerise

📋 copy color: '#ED288B'

red 237 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #ED288B

Tints of Deep Cerise #ED288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.62%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 56.97%
G = 9.62%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED288B (or 0xED288B) is known color: Deep Cerise. HEX triplet: ED, 28 and 8B. RGB value is (237,40,139). Sum of RGB (Red+Green+Blue) = 237+40+139=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED288B is #12D774. Grayscale: #6D6D6D. Windows color (decimal): -1234805 or 9119981. OLE color: 9119981.

HSL color Cylindrical-coordinate representation of color #ED288B: hue angle of 329.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED288B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 40 139 -
CMYK 0 0.83 0.41 0.07
HSL 329.85º 0.85% 0.54% -
HSV(B) 329.85º 0.83% 0.93% -
XYZ 40.34 21.39 26.43 -
YUV 110.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 237 40 139 0 0.83 0.41 0.07 329.85 0.85 0.54
Hex ED 28 8B 0 53 29 7 14A 55 36
Octal 355 50 213 0 123 51 7 512 125 66
Binary 11101101 101000 10001011 0 1010011 101001 111 101001010 1010101 110110

Color Harmonies of #ED288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED288B

Black with #ED288B

Text Example


Text Example

White with #ED288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED288B; }

 p { color: rgb(237,40,139); }

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

background-color css

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

 a { background-color: rgb(237,40,139); }

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

border-color css

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

 span { border-color: rgb(237,40,139); }

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