Html Css Color HEX #ED306D Cerise

📋 copy color: '#ED306D'

red 237 ◦ green 48 ◦ blue 109

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

Shades of Cerise #ED306D

Tints of Cerise #ED306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 60.15%
G = 12.18%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED306D (or 0xED306D) is known color: Cerise. HEX triplet: ED, 30 and 6D. RGB value is (237,48,109). Sum of RGB (Red+Green+Blue) = 237+48+109=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED306D is #12CF92. Grayscale: #6F6F6F. Windows color (decimal): -1232787 or 7155949. OLE color: 7155949.

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

Color convert

RGB 237 48 109 -
CMYK 0 0.80 0.54 0.07
HSL 340.63º 0.84% 0.56% -
HSV(B) 340.63º 0.8% 0.93% -
XYZ 38.74 21.22 16.52 -
YUV 111.47 126.62 217.54 -
System Red Green Blue C M Y K H S L
Decimal 237 48 109 0 0.80 0.54 0.07 340.63 0.84 0.56
Hex ED 30 6D 0 50 36 7 155 54 38
Octal 355 60 155 0 120 66 7 525 124 70
Binary 11101101 110000 1101101 0 1010000 110110 111 101010101 1010100 111000

Color Harmonies of #ED306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED306D

Black with #ED306D

Text Example


Text Example

White with #ED306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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