Html Css Color HEX #ED2869 Cerise

📋 copy color: '#ED2869'

red 237 ◦ green 40 ◦ blue 105

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

Shades of Cerise #ED2869

Tints of Cerise #ED2869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 62.04%
G = 10.47%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2869 (or 0xED2869) is known color: Cerise. HEX triplet: ED, 28 and 69. RGB value is (237,40,105). Sum of RGB (Red+Green+Blue) = 237+40+105=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2869 is #12D796. Grayscale: #6A6A6A. Windows color (decimal): -1234839 or 6891757. OLE color: 6891757.

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

Color convert

RGB 237 40 105 -
CMYK 0 0.83 0.56 0.07
HSL 340.2º 0.85% 0.54% -
HSV(B) 340.2º 0.83% 0.93% -
XYZ 38.23 20.54 15.31 -
YUV 106.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 237 40 105 0 0.83 0.56 0.07 340.2 0.85 0.54
Hex ED 28 69 0 53 38 7 154 55 36
Octal 355 50 151 0 123 70 7 524 125 66
Binary 11101101 101000 1101001 0 1010011 111000 111 101010100 1010101 110110

Color Harmonies of #ED2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2869

Black with #ED2869

Text Example


Text Example

White with #ED2869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2869; }

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

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

background-color css

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

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

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

border-color css

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

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

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