Html Css Color HEX #ED308E Deep Cerise

📋 copy color: '#ED308E'

red 237 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #ED308E

Tints of Deep Cerise #ED308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 55.5%
G = 11.24%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED308E (or 0xED308E) is known color: Deep Cerise. HEX triplet: ED, 30 and 8E. RGB value is (237,48,142). Sum of RGB (Red+Green+Blue) = 237+48+142=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED308E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED308E is #12CF71. Grayscale: #737373. Windows color (decimal): -1232754 or 9318637. OLE color: 9318637.

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

Color convert

RGB 237 48 142 -
CMYK 0 0.80 0.40 0.07
HSL 330.16º 0.84% 0.56% -
HSV(B) 330.16º 0.8% 0.93% -
XYZ 40.86 22.07 27.7 -
YUV 115.23 143.12 214.86 -
System Red Green Blue C M Y K H S L
Decimal 237 48 142 0 0.80 0.40 0.07 330.16 0.84 0.56
Hex ED 30 8E 0 50 28 7 14A 54 38
Octal 355 60 216 0 120 50 7 512 124 70
Binary 11101101 110000 10001110 0 1010000 101000 111 101001010 1010100 111000

Color Harmonies of #ED308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED308E

Black with #ED308E

Text Example


Text Example

White with #ED308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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