Html Css Color HEX #ED286A Cerise

📋 copy color: '#ED286A'

red 237 ◦ green 40 ◦ blue 106

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

Shades of Cerise #ED286A

Tints of Cerise #ED286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 61.88%
G = 10.44%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED286A (or 0xED286A) is known color: Cerise. HEX triplet: ED, 28 and 6A. RGB value is (237,40,106). Sum of RGB (Red+Green+Blue) = 237+40+106=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED286A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED286A is #12D795. Grayscale: #6A6A6A. Windows color (decimal): -1234838 or 6957293. OLE color: 6957293.

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

Color convert

RGB 237 40 106 -
CMYK 0 0.83 0.55 0.07
HSL 339.9º 0.85% 0.54% -
HSV(B) 339.9º 0.83% 0.93% -
XYZ 38.29 20.56 15.59 -
YUV 106.43 127.77 221.13 -
System Red Green Blue C M Y K H S L
Decimal 237 40 106 0 0.83 0.55 0.07 339.9 0.85 0.54
Hex ED 28 6A 0 53 37 7 154 55 36
Octal 355 50 152 0 123 67 7 524 125 66
Binary 11101101 101000 1101010 0 1010011 110111 111 101010100 1010101 110110

Color Harmonies of #ED286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED286A

Black with #ED286A

Text Example


Text Example

White with #ED286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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