Html Css Color HEX #ED306C Cerise

📋 copy color: '#ED306C'

red 237 ◦ green 48 ◦ blue 108

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

Shades of Cerise #ED306C

Tints of Cerise #ED306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 60.31%
G = 12.21%
B = 27.48%

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

#ED306C (or 0xED306C) is known color: Cerise. HEX triplet: ED, 30 and 6C. RGB value is (237,48,108). Sum of RGB (Red+Green+Blue) = 237+48+108=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED306C is #12CF93. Grayscale: #6F6F6F. Windows color (decimal): -1232788 or 7090413. OLE color: 7090413.

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

Color convert

RGB 237 48 108 -
CMYK 0 0.80 0.54 0.07
HSL 340.95º 0.84% 0.56% -
HSV(B) 340.95º 0.8% 0.93% -
XYZ 38.69 21.2 16.24 -
YUV 111.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 237 48 108 0 0.80 0.54 0.07 340.95 0.84 0.56
Hex ED 30 6C 0 50 36 7 155 54 38
Octal 355 60 154 0 120 66 7 525 124 70
Binary 11101101 110000 1101100 0 1010000 110110 111 101010101 1010100 111000

Color Harmonies of #ED306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED306C

Black with #ED306C

Text Example


Text Example

White with #ED306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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