Html Css Color HEX #ED298F Deep Cerise

📋 copy color: '#ED298F'

red 237 ◦ green 41 ◦ blue 143

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

Shades of Deep Cerise #ED298F

Tints of Deep Cerise #ED298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 56.29%
G = 9.74%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED298F (or 0xED298F) is known color: Deep Cerise. HEX triplet: ED, 29 and 8F. RGB value is (237,41,143). Sum of RGB (Red+Green+Blue) = 237+41+143=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED298F is #12D670. Grayscale: #6F6F6F. Windows color (decimal): -1234545 or 9382381. OLE color: 9382381.

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

Color convert

RGB 237 41 143 -
CMYK 0 0.83 0.40 0.07
HSL 328.78º 0.84% 0.55% -
HSV(B) 328.78º 0.83% 0.93% -
XYZ 40.68 21.57 28.01 -
YUV 111.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 237 41 143 0 0.83 0.40 0.07 328.78 0.84 0.55
Hex ED 29 8F 0 53 28 7 149 54 37
Octal 355 51 217 0 123 50 7 511 124 67
Binary 11101101 101001 10001111 0 1010011 101000 111 101001001 1010100 110111

Color Harmonies of #ED298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED298F

Black with #ED298F

Text Example


Text Example

White with #ED298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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