Html Css Color HEX #ED298C Deep Cerise

📋 copy color: '#ED298C'

red 237 ◦ green 41 ◦ blue 140

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

Shades of Deep Cerise #ED298C

Tints of Deep Cerise #ED298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 56.7%
G = 9.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED298C (or 0xED298C) is known color: Deep Cerise. HEX triplet: ED, 29 and 8C. RGB value is (237,41,140). Sum of RGB (Red+Green+Blue) = 237+41+140=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED298C is #12D673. Grayscale: #6E6E6E. Windows color (decimal): -1234548 or 9185773. OLE color: 9185773.

HSL color Cylindrical-coordinate representation of color #ED298C: hue angle of 329.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED298C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 41 140 -
CMYK 0 0.83 0.41 0.07
HSL 329.69º 0.84% 0.55% -
HSV(B) 329.69º 0.83% 0.93% -
XYZ 40.45 21.48 26.83 -
YUV 110.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 237 41 140 0 0.83 0.41 0.07 329.69 0.84 0.55
Hex ED 29 8C 0 53 29 7 14A 54 37
Octal 355 51 214 0 123 51 7 512 124 67
Binary 11101101 101001 10001100 0 1010011 101001 111 101001010 1010100 110111

Color Harmonies of #ED298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED298C

Black with #ED298C

Text Example


Text Example

White with #ED298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED298C; }

 p { color: rgb(237,41,140); }

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

background-color css

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

 a { background-color: rgb(237,41,140); }

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

border-color css

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

 span { border-color: rgb(237,41,140); }

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