Html Css Color HEX #ED248A Deep Cerise

📋 copy color: '#ED248A'

red 237 ◦ green 36 ◦ blue 138

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

Shades of Deep Cerise #ED248A

Tints of Deep Cerise #ED248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.76%

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 57.66%
G = 8.76%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED248A (or 0xED248A) is known color: Deep Cerise. HEX triplet: ED, 24 and 8A. RGB value is (237,36,138). Sum of RGB (Red+Green+Blue) = 237+36+138=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED248A is #12DB75. Grayscale: #6B6B6B. Windows color (decimal): -1235830 or 9053421. OLE color: 9053421.

HSL color Cylindrical-coordinate representation of color #ED248A: hue angle of 329.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED248A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 36 138 -
CMYK 0 0.85 0.42 0.07
HSL 329.55º 0.85% 0.54% -
HSV(B) 329.55º 0.85% 0.93% -
XYZ 40.14 21.1 26 -
YUV 107.73 145.09 220.21 -
System Red Green Blue C M Y K H S L
Decimal 237 36 138 0 0.85 0.42 0.07 329.55 0.85 0.54
Hex ED 24 8A 0 55 2A 7 14A 55 36
Octal 355 44 212 0 125 52 7 512 125 66
Binary 11101101 100100 10001010 0 1010101 101010 111 101001010 1010101 110110

Color Harmonies of #ED248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED248A

Black with #ED248A

Text Example


Text Example

White with #ED248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED248A; }

 p { color: rgb(237,36,138); }

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

background-color css

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

 a { background-color: rgb(237,36,138); }

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

border-color css

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

 span { border-color: rgb(237,36,138); }

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