Html Css Color HEX #ED308D Deep Cerise

📋 copy color: '#ED308D'

red 237 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #ED308D

Tints of Deep Cerise #ED308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.27%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 55.63%
G = 11.27%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED308D (or 0xED308D) is known color: Deep Cerise. HEX triplet: ED, 30 and 8D. RGB value is (237,48,141). Sum of RGB (Red+Green+Blue) = 237+48+141=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED308D is #12CF72. Grayscale: #727272. Windows color (decimal): -1232755 or 9253101. OLE color: 9253101.

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

Color convert

RGB 237 48 141 -
CMYK 0 0.80 0.41 0.07
HSL 330.48º 0.84% 0.56% -
HSV(B) 330.48º 0.8% 0.93% -
XYZ 40.79 22.04 27.3 -
YUV 115.11 142.62 214.94 -
System Red Green Blue C M Y K H S L
Decimal 237 48 141 0 0.80 0.41 0.07 330.48 0.84 0.56
Hex ED 30 8D 0 50 29 7 14A 54 38
Octal 355 60 215 0 120 51 7 512 124 70
Binary 11101101 110000 10001101 0 1010000 101001 111 101001010 1010100 111000

Color Harmonies of #ED308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED308D

Black with #ED308D

Text Example


Text Example

White with #ED308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED308D; }

 p { color: rgb(237,48,141); }

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

background-color css

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

 a { background-color: rgb(237,48,141); }

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

border-color css

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

 span { border-color: rgb(237,48,141); }

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