Html Css Color HEX #ED2875 Cerise

📋 copy color: '#ED2875'

red 237 ◦ green 40 ◦ blue 117

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

Shades of Cerise #ED2875

Tints of Cerise #ED2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 60.15%
G = 10.15%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED2875 (or 0xED2875) is known color: Cerise. HEX triplet: ED, 28 and 75. RGB value is (237,40,117). Sum of RGB (Red+Green+Blue) = 237+40+117=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2875 is #12D78A. Grayscale: #6B6B6B. Windows color (decimal): -1234827 or 7678189. OLE color: 7678189.

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

Color convert

RGB 237 40 117 -
CMYK 0 0.83 0.51 0.07
HSL 336.55º 0.85% 0.54% -
HSV(B) 336.55º 0.83% 0.93% -
XYZ 38.89 20.81 18.8 -
YUV 107.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 237 40 117 0 0.83 0.51 0.07 336.55 0.85 0.54
Hex ED 28 75 0 53 33 7 151 55 36
Octal 355 50 165 0 123 63 7 521 125 66
Binary 11101101 101000 1110101 0 1010011 110011 111 101010001 1010101 110110

Color Harmonies of #ED2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2875

Black with #ED2875

Text Example


Text Example

White with #ED2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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