Html Css Color HEX #ED285F Cerise

📋 copy color: '#ED285F'

red 237 ◦ green 40 ◦ blue 95

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

Shades of Cerise #ED285F

Tints of Cerise #ED285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.54%

R = 63.71%
G = 10.75%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED285F (or 0xED285F) is known color: Cerise. HEX triplet: ED, 28 and 5F. RGB value is (237,40,95). Sum of RGB (Red+Green+Blue) = 237+40+95=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED285F is #12D7A0. Grayscale: #696969. Windows color (decimal): -1234849 or 6236397. OLE color: 6236397.

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

Color convert

RGB 237 40 95 -
CMYK 0 0.83 0.60 0.07
HSL 343.25º 0.85% 0.54% -
HSV(B) 343.25º 0.83% 0.93% -
XYZ 37.75 20.35 12.76 -
YUV 105.17 122.27 222.03 -
System Red Green Blue C M Y K H S L
Decimal 237 40 95 0 0.83 0.60 0.07 343.25 0.85 0.54
Hex ED 28 5F 0 53 3C 7 157 55 36
Octal 355 50 137 0 123 74 7 527 125 66
Binary 11101101 101000 1011111 0 1010011 111100 111 101010111 1010101 110110

Color Harmonies of #ED285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED285F

Black with #ED285F

Text Example


Text Example

White with #ED285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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