Html Css Color HEX #ED286D Cerise

📋 copy color: '#ED286D'

red 237 ◦ green 40 ◦ blue 109

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

Shades of Cerise #ED286D

Tints of Cerise #ED286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 61.4%
G = 10.36%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED286D (or 0xED286D) is known color: Cerise. HEX triplet: ED, 28 and 6D. RGB value is (237,40,109). Sum of RGB (Red+Green+Blue) = 237+40+109=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED286D is #12D792. Grayscale: #6A6A6A. Windows color (decimal): -1234835 or 7153901. OLE color: 7153901.

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

Color convert

RGB 237 40 109 -
CMYK 0 0.83 0.54 0.07
HSL 338.98º 0.85% 0.54% -
HSV(B) 338.98º 0.83% 0.93% -
XYZ 38.44 20.63 16.42 -
YUV 106.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 237 40 109 0 0.83 0.54 0.07 338.98 0.85 0.54
Hex ED 28 6D 0 53 36 7 153 55 36
Octal 355 50 155 0 123 66 7 523 125 66
Binary 11101101 101000 1101101 0 1010011 110110 111 101010011 1010101 110110

Color Harmonies of #ED286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED286D

Black with #ED286D

Text Example


Text Example

White with #ED286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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